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

What is Unicode character 𰵑?

The Unicode character 𰵑 U+30D51 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+30D51.

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!