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

What is Unicode character 𰚀?

The Unicode character 𰚀 U+30680 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+30680.

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!