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

What is Unicode character 𦊺?

The Unicode character 𦊺 U+262BA 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+262BA.

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!