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

What is Unicode character 𢇯?

The Unicode character 𢇯 U+221EF 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+221EF.

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!