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

What is Unicode character 𬦬?

The Unicode character 𬦬 U+2C9AC 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+2C9AC.

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!