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

What is Unicode character 𰑨?

The Unicode character 𰑨 U+30468 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30468.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!