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

What is Unicode character 𢎥?

The Unicode character 𢎥 U+223A5 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+223A5.

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!