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

What is Unicode character 𢎡?

The Unicode character 𢎡 U+223A1 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+223A1.

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!