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

What is Unicode character 𰻝?

The Unicode character 𰻝 U+30EDD 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+30EDD.

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!