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

What is Unicode character 𰹼?

The Unicode character 𰹼 U+30E7C 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+30E7C.

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!