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>&#140194;</p>
📋
CSS .selector { content: '\223A2' };
📋
JS var unicodeA = '\u223A2 ';
📋
CPP char unicodeA = ' \u223A2 ';
📋
Java char unicodeA = '\u223A2';
📋
Python unicodeA = '\u223A2'
📋

What is Unicode character 𢎢?

The Unicode character 𢎢 U+223A2 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+223A2.

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!