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

What is Unicode character 𠑨?

The Unicode character 𠑨 U+20468 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+20468.

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!