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

What is Unicode character 𬧺?

The Unicode character 𬧺 U+2C9FA 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+2C9FA.

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!