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

What is Unicode character 𰟹?

The Unicode character 𰟹 U+307F9 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+307F9.

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!