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

What is Unicode character 𰹻?

The Unicode character 𰹻 U+30E7B 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+30E7B.

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!