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

What is Unicode character 𦅢?

The Unicode character 𦅢 U+26162 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+26162.

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!