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

What is Unicode character 𰵚?

The Unicode character 𰵚 U+30D5A 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+30D5A.

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!