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

What is Unicode character 𰖁?

The Unicode character 𰖁 U+30581 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+30581.

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!