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

What is Unicode character 𨠟?

The Unicode character 𨠟 U+2881F 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+2881F.

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!