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

What is Unicode character 𢎩?

The Unicode character 𢎩 U+223A9 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+223A9.

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!