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

What is Unicode character 𦆺?

The Unicode character 𦆺 U+261BA 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+261BA.

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!