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

What is Unicode character 𢎷?

The Unicode character 𢎷 U+223B7 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+223B7.

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!