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

What is Unicode character 𦊢?

The Unicode character 𦊢 U+262A2 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+262A2.

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!