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

What is Unicode character 𬨍?

The Unicode character 𬨍 U+2CA0D 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+2CA0D.

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!