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

What is Unicode character 𰹣?

The Unicode character 𰹣 U+30E63 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+30E63.

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!