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

What is Unicode character 𬧊?

The Unicode character 𬧊 U+2C9CA 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+2C9CA.

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!