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

What is Unicode character 𦎇?

The Unicode character 𦎇 U+26387 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+26387.

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!