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

What is Unicode character 𰧀?

The Unicode character 𰧀 U+309C0 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+309C0.

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!