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

What is Unicode character 𰨳?

The Unicode character 𰨳 U+30A33 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+30A33.

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!