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

What is Unicode character 𰵝?

The Unicode character 𰵝 U+30D5D 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+30D5D.

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!