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

What is Unicode character 𰺹?

The Unicode character 𰺹 U+30EB9 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+30EB9.

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!