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

What is Unicode character 𰷍?

The Unicode character 𰷍 U+30DCD 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+30DCD.

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!