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

What is Unicode character 𰔀?

The Unicode character 𰔀 U+30500 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+30500.

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!