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

What is Unicode character 𬨎?

The Unicode character 𬨎 U+2CA0E 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+2CA0E.

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!