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

What is Unicode character 𢎨?

The Unicode character 𢎨 U+223A8 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+223A8.

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!