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

What is Unicode character 𢎸?

The Unicode character 𢎸 U+223B8 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+223B8.

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!