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

What is Unicode character 𰣹?

The Unicode character 𰣹 U+308F9 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+308F9.

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!