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

What is Unicode character 𢅲?

The Unicode character 𢅲 U+22172 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+22172.

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!