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

What is Unicode character 𰷝?

The Unicode character 𰷝 U+30DDD 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+30DDD.

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!