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

What is Unicode character 𢎫?

The Unicode character 𢎫 U+223AB 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+223AB.

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!