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

What is Unicode character 𨜝?

The Unicode character 𨜝 U+2871D 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+2871D.

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!