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

What is Unicode character 𰺕?

The Unicode character 𰺕 U+30E95 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+30E95.

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!