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

What is Unicode character 𰎪?

The Unicode character 𰎪 U+303AA 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+303AA.

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!