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

What is Unicode character 𢊪?

The Unicode character 𢊪 U+222AA 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+222AA.

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!