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

What is Unicode character 𦊲?

The Unicode character 𦊲 U+262B2 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+262B2.

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!