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

What is Unicode character 𰧐?

The Unicode character 𰧐 U+309D0 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+309D0.

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!