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

What is Unicode character 𰨖?

The Unicode character 𰨖 U+30A16 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+30A16.

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!