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

What is Unicode character 𬧁?

The Unicode character 𬧁 U+2C9C1 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+2C9C1.

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!