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

What is Unicode character 𢇏?

The Unicode character 𢇏 U+221CF 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+221CF.

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!