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

What is Unicode character 𨝟?

The Unicode character 𨝟 U+2875F 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+2875F.

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!