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

What is Unicode character 𢏏?

The Unicode character 𢏏 U+223CF 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+223CF.

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!