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

What is Unicode character 𬫹?

The Unicode character 𬫹 U+2CAF9 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+2CAF9.

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!