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

What is Unicode character 𢅛?

The Unicode character 𢅛 U+2215B 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+2215B.

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!