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

What is Unicode character 𦊧?

The Unicode character 𦊧 U+262A7 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+262A7.

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!