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

What is Unicode character 𰦨?

The Unicode character 𰦨 U+309A8 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+309A8.

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!