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

What is Unicode character 𢉟?

The Unicode character 𢉟 U+2225F 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+2225F.

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!