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

What is Unicode character 𰏹?

The Unicode character 𰏹 U+303F9 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+303F9.

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!