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

What is Unicode character 𰺖?

The Unicode character 𰺖 U+30E96 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+30E96.

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!