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

What is Unicode character 𢎿?

The Unicode character 𢎿 U+223BF 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+223BF.

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!