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

What is Unicode character 𰻎?

The Unicode character 𰻎 U+30ECE 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+30ECE.

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!