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

What is Unicode character 𰕀?

The Unicode character 𰕀 U+30540 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+30540.

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!