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

What is Unicode character 𰢖?

The Unicode character 𰢖 U+30896 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+30896.

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!