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

What is Unicode character 𢁲?

The Unicode character 𢁲 U+22072 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+22072.

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!