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

What is Unicode character 𬨞?

The Unicode character 𬨞 U+2CA1E 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+2CA1E.

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!