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

What is Unicode character 𬧐?

The Unicode character 𬧐 U+2C9D0 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+2C9D0.

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!