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

What is Unicode character 𦆦?

The Unicode character 𦆦 U+261A6 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+261A6.

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!