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>&#156080;</p>
📋
CSS .selector { content: '\261B0' };
📋
JS var unicodeA = '\u261B0 ';
📋
CPP char unicodeA = ' \u261B0 ';
📋
Java char unicodeA = '\u261B0';
📋
Python unicodeA = '\u261B0'
📋

What is Unicode character 𦆰?

The Unicode character 𦆰 U+261B0 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+261B0.

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!