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

What is Unicode character 𬈍?

The Unicode character 𬈍 U+2C20D 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+2C20D.

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!