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

What is Unicode character 𬪎?

The Unicode character 𬪎 U+2CA8E 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+2CA8E.

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!