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

What is Unicode character 𰧹?

The Unicode character 𰧹 U+309F9 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+309F9.

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!