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

What is Unicode character 𢫎?

The Unicode character 𢫎 U+22ACE is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22ACE.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!