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

What is Unicode character 𢂪?

The Unicode character 𢂪 U+220AA 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+220AA.

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!