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

What is Unicode character 𰢁?

The Unicode character 𰢁 U+30881 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+30881.

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!