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

What is Unicode character 𰎁?

The Unicode character 𰎁 U+30381 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+30381.

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!