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

What is Unicode character 𢝛?

The Unicode character 𢝛 U+2275B 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+2275B.

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!