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

What is Unicode character 𰨵?

The Unicode character 𰨵 U+30A35 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+30A35.

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!