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

What is Unicode character 𰦩?

The Unicode character 𰦩 U+309A9 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+309A9.

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!