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

What is Unicode character 𢅰?

The Unicode character 𢅰 U+22170 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+22170.

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!