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

What is Unicode character 𦊡?

The Unicode character 𦊡 U+262A1 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+262A1.

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!