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

What is Unicode character 𰹶?

The Unicode character 𰹶 U+30E76 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+30E76.

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!