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

What is Unicode character 𬰍?

The Unicode character 𬰍 U+2CC0D 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+2CC0D.

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!