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

What is Unicode character 𨝛?

The Unicode character 𨝛 U+2875B 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+2875B.

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!