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

What is Unicode character 𰂖?

The Unicode character 𰂖 U+30096 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+30096.

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!