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

What is Unicode character 𰫎?

The Unicode character 𰫎 U+30ACE 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+30ACE.

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!