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

What is Unicode character 𰺟?

The Unicode character 𰺟 U+30E9F 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+30E9F.

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!