Css Styling

Size
𦫎
15px
𦫎
18px
𦫎
21px
𦫎
24px
𦫎
27px
𦫎
30px
𦫎
33px
𦫎
36px
𦫎
42px
𦫎
48px
𦫎
54px
𦫎
60px
𦫎
66px
𦫎
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𦫎
Bold
𦫎
Italic
𦫎
Underline
𦫎
Strikethrough
𦫎
UpperCase
𦫎
LowerCase
𦫎
Oblique
A 𦫎
Subscript
A 𦫎
Superscript
𦫎
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𦫎
Arial
𦫎
Times New Roman
𦫎
Verdana
𦫎
Courier New
𦫎
Garamond
𦫎
Georgia
𦫎
Trebuchet MS
𦫎
Tahoma
𦫎
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𦫎
White
𦫎
Brown
𦫎
Maroon
𦫎
Magenta
𦫎
Red
𦫎
Orange
𦫎
Yellow
𦫎
Green
𦫎
Teal
𦫎
Cyan
𦫎
Blue
𦫎
Violet
𦫎
Purple
𦫎
Indigo
𦫎
Gray
𦫎
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𦫎
White
𦫎
Brown
𦫎
Maroon
𦫎
Magenta
𦫎
Red
𦫎
Orange
𦫎
Yellow
𦫎
Green
𦫎
Teal
𦫎
Cyan
𦫎
Blue
𦫎
Violet
𦫎
Purple
𦫎
Indigo
𦫎
Gray
𦫎
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#158414;</p>
📋
CSS .selector { content: '\26ACE' };
📋
JS var unicodeA = '\u26ACE ';
📋
CPP char unicodeA = ' \u26ACE ';
📋
Java char unicodeA = '\u26ACE';
📋
Python unicodeA = '\u26ACE'
📋

What is Unicode character 𦫎?

The Unicode character 𦫎 U+26ACE is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B block.

What does the Unicode character 𦫎 represent?

The Unicode character 𦫎 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𦫎?

The Unicode code point for 𦫎 is U+26ACE.

Is the appearance of the 𦫎 character consistent across all platforms?

The appearance of the 𦫎 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𦫎 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𦫎 character.

In which version was Unicode character 𦫎 released, and to which block of characters does it belong?

Unicode character 𦫎 was first introduced in Unicode Version 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!