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

What is Unicode character 𦦇?

The Unicode character 𦦇 U+26987 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+26987.

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!