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

What is Unicode character 𰎰?

The Unicode character 𰎰 U+303B0 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+303B0.

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!