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

What is Unicode character 𨝭?

The Unicode character 𨝭 U+2876D 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+2876D.

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!