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

What is Unicode character 𢭲?

The Unicode character 𢭲 U+22B72 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+22B72.

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!