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

What is Unicode character 𢎻?

The Unicode character 𢎻 U+223BB 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+223BB.

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!