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

What is Unicode character 𬴎?

The Unicode character 𬴎 U+2CD0E 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+2CD0E.

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!