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

What is Unicode character 𰦖?

The Unicode character 𰦖 U+30996 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+30996.

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!