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

What is Unicode character 𪈍?

The Unicode character 𪈍 U+2A20D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A20D.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!