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

What is Unicode character 𢊢?

The Unicode character 𢊢 U+222A2 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+222A2.

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!