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>&#156173;</p>
📋
CSS .selector { content: '\2620D' };
📋
JS var unicodeA = '\u2620D ';
📋
CPP char unicodeA = ' \u2620D ';
📋
Java char unicodeA = '\u2620D';
📋
Python unicodeA = '\u2620D'
📋

What is Unicode character 𦈍?

The Unicode character 𦈍 U+2620D 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+2620D.

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!