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

What is Unicode character 𰝰?

The Unicode character 𰝰 U+30770 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+30770.

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!