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

What is Unicode character 𰎺?

The Unicode character 𰎺 U+303BA 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+303BA.

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!