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

What is Unicode character 𰛹?

The Unicode character 𰛹 U+306F9 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+306F9.

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!