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

What is Unicode character 𰎶?

The Unicode character 𰎶 U+303B6 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+303B6.

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!