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

What is Unicode character 𢈢?

The Unicode character 𢈢 U+22222 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+22222.

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!