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

What is Unicode character 𰎡?

The Unicode character 𰎡 U+303A1 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+303A1.

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!