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

What is Unicode character 𰹒?

The Unicode character 𰹒 U+30E52 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+30E52.

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!