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

What is Unicode character 𬧼?

The Unicode character 𬧼 U+2C9FC 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+2C9FC.

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!