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

What is Unicode character 𨘟?

The Unicode character 𨘟 U+2861F 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+2861F.

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!