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>&#178604;</p>
📋
CSS .selector { content: '\2B9AC' };
📋
JS var unicodeA = '\u2B9AC ';
📋
CPP char unicodeA = ' \u2B9AC ';
📋
Java char unicodeA = '\u2B9AC';
📋
Python unicodeA = '\u2B9AC'
📋

What is Unicode character 𫦬?

The Unicode character 𫦬 U+2B9AC is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2B9AC.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!