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

What is Unicode character 𬧙?

The Unicode character 𬧙 U+2C9D9 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+2C9D9.

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!