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

What is Unicode character 𰹵?

The Unicode character 𰹵 U+30E75 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+30E75.

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!