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

What is Unicode character 𢘟?

The Unicode character 𢘟 U+2261F 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+2261F.

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!