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

What is Unicode character 𦊶?

The Unicode character 𦊶 U+262B6 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+262B6.

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!