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

What is Unicode character 𰹔?

The Unicode character 𰹔 U+30E54 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+30E54.

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!