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

What is Unicode character 𬨚?

The Unicode character 𬨚 U+2CA1A 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+2CA1A.

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!