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

What is Unicode character 𰹟?

The Unicode character 𰹟 U+30E5F 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+30E5F.

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!