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

What is Unicode character 𰺏?

The Unicode character 𰺏 U+30E8F 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+30E8F.

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!