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

What is Unicode character 𬴍?

The Unicode character 𬴍 U+2CD0D 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+2CD0D.

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!