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

What is Unicode character 𢄢?

The Unicode character 𢄢 U+22122 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+22122.

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!