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

What is Unicode character 𰻬?

The Unicode character 𰻬 U+30EEC 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+30EEC.

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!