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

What is Unicode character 𰺓?

The Unicode character 𰺓 U+30E93 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+30E93.

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!