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

What is Unicode character 𰧰?

The Unicode character 𰧰 U+309F0 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+309F0.

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!