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

What is Unicode character 𰵐?

The Unicode character 𰵐 U+30D50 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+30D50.

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!