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

What is Unicode character 𰸟?

The Unicode character 𰸟 U+30E1F 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+30E1F.

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!