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

What is Unicode character 𰟀?

The Unicode character 𰟀 U+307C0 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+307C0.

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!