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

What is Unicode character 𨝫?

The Unicode character 𨝫 U+2876B 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+2876B.

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!