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

What is Unicode character 𢄲?

The Unicode character 𢄲 U+22132 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+22132.

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!