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>&#199079;</p>
📋
CSS .selector { content: '\309A7' };
📋
JS var unicodeA = '\u309A7 ';
📋
CPP char unicodeA = ' \u309A7 ';
📋
Java char unicodeA = '\u309A7';
📋
Python unicodeA = '\u309A7'
📋

What is Unicode character 𰦧?

The Unicode character 𰦧 U+309A7 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+309A7.

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!