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

What is Unicode character 𢎯?

The Unicode character 𢎯 U+223AF 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+223AF.

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!