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

What is Unicode character 𰹙?

The Unicode character 𰹙 U+30E59 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+30E59.

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!