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

What is Unicode character 𰹰?

The Unicode character 𰹰 U+30E70 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+30E70.

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!