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

What is Unicode character 𰹝?

The Unicode character 𰹝 U+30E5D 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+30E5D.

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!