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

What is Unicode character 𢇟?

The Unicode character 𢇟 U+221DF 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+221DF.

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!