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

What is Unicode character 𦢂?

The Unicode character 𦢂 U+26882 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+26882.

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!