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

What is Unicode character 𰺑?

The Unicode character 𰺑 U+30E91 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+30E91.

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!