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

What is Unicode character 𰨣?

The Unicode character 𰨣 U+30A23 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+30A23.

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!