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

What is Unicode character 𰹐?

The Unicode character 𰹐 U+30E50 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+30E50.

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!