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

What is Unicode character 𦆶?

The Unicode character 𦆶 U+261B6 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+261B6.

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!