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

What is Unicode character 𰺰?

The Unicode character 𰺰 U+30EB0 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+30EB0.

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!