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

What is Unicode character 𰹛?

The Unicode character 𰹛 U+30E5B 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+30E5B.

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!