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

What is Unicode character 𦦈?

The Unicode character 𦦈 U+26988 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+26988.

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!