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

What is Unicode character 𢩲?

The Unicode character 𢩲 U+22A72 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+22A72.

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!