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

What is Unicode character 𰵵?

The Unicode character 𰵵 U+30D75 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+30D75.

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!