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

What is Unicode character 𬫫?

The Unicode character 𬫫 U+2CAEB 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+2CAEB.

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!