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

What is Unicode character 𬧏?

The Unicode character 𬧏 U+2C9CF 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+2C9CF.

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!