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

What is Unicode character 𰵶?

The Unicode character 𰵶 U+30D76 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+30D76.

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!