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

What is Unicode character 𰎼?

The Unicode character 𰎼 U+303BC 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+303BC.

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!