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>&#139551;</p>
📋
CSS .selector { content: '\2211F' };
📋
JS var unicodeA = '\u2211F ';
📋
CPP char unicodeA = ' \u2211F ';
📋
Java char unicodeA = '\u2211F';
📋
Python unicodeA = '\u2211F'
📋

What is Unicode character 𢄟?

The Unicode character 𢄟 U+2211F 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+2211F.

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!