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

What is Unicode character 𦡢?

The Unicode character 𦡢 U+26862 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+26862.

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!