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

What is Unicode character 𢅢?

The Unicode character 𢅢 U+22162 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+22162.

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!