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

What is Unicode character 𰹖?

The Unicode character 𰹖 U+30E56 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+30E56.

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!