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>&#156204;</p>
📋
CSS .selector { content: '\2622C' };
📋
JS var unicodeA = '\u2622C ';
📋
CPP char unicodeA = ' \u2622C ';
📋
Java char unicodeA = '\u2622C';
📋
Python unicodeA = '\u2622C'
📋

What is Unicode character 𦈬?

The Unicode character 𦈬 U+2622C 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+2622C.

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!