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

What is Unicode character 𰫍?

The Unicode character 𰫍 U+30ACD 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+30ACD.

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!