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

What is Unicode character 𰺝?

The Unicode character 𰺝 U+30E9D 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+30E9D.

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!