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

What is Unicode character 𢎪?

The Unicode character 𢎪 U+223AA 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+223AA.

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!