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

What is Unicode character 𰹜?

The Unicode character 𰹜 U+30E5C 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+30E5C.

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!