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

What is Unicode character 𦝛?

The Unicode character 𦝛 U+2675B 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+2675B.

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!