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

What is Unicode character 𨜟?

The Unicode character 𨜟 U+2871F 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+2871F.

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!