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

What is Unicode character 𰕰?

The Unicode character 𰕰 U+30570 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+30570.

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!