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

What is Unicode character 𬧹?

The Unicode character 𬧹 U+2C9F9 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+2C9F9.

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!