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

What is Unicode character 𰮖?

The Unicode character 𰮖 U+30B96 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+30B96.

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!