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

What is Unicode character 𬂍?

The Unicode character 𬂍 U+2C08D 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+2C08D.

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!