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

What is Unicode character 𰖀?

The Unicode character 𰖀 U+30580 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+30580.

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!