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

What is Unicode character 𬫵?

The Unicode character 𬫵 U+2CAF5 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+2CAF5.

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!