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

What is Unicode character 𰳝?

The Unicode character 𰳝 U+30CDD 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+30CDD.

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!