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

What is Unicode character 𬨊?

The Unicode character 𬨊 U+2CA0A 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+2CA0A.

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!