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

What is Unicode character 𦊰?

The Unicode character 𦊰 U+262B0 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+262B0.

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!