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

What is Unicode character 𰷎?

The Unicode character 𰷎 U+30DCE 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+30DCE.

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!