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

What is Unicode character 𰧺?

The Unicode character 𰧺 U+309FA 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+309FA.

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!