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

What is Unicode character 𰎹?

The Unicode character 𰎹 U+303B9 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+303B9.

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!