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

What is Unicode character 𦢒?

The Unicode character 𦢒 U+26892 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+26892.

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!