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

What is Unicode character 𦢈?

The Unicode character 𦢈 U+26888 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+26888.

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!