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

What is Unicode character 𢎣?

The Unicode character 𢎣 U+223A3 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+223A3.

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!