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

What is Unicode character 𰵖?

The Unicode character 𰵖 U+30D56 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+30D56.

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!