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

What is Unicode character 𰍰?

The Unicode character 𰍰 U+30370 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+30370.

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!