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

What is Unicode character 𰺗?

The Unicode character 𰺗 U+30E97 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+30E97.

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!