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

What is Unicode character 𰹾?

The Unicode character 𰹾 U+30E7E 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+30E7E.

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!