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

What is Unicode character 𰀖?

The Unicode character 𰀖 U+30016 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+30016.

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!