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

What is Unicode character 𦎒?

The Unicode character 𦎒 U+26392 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+26392.

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!