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

What is Unicode character 𰹓?

The Unicode character 𰹓 U+30E53 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+30E53.

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!