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

What is Unicode character 𦀧?

The Unicode character 𦀧 U+26027 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+26027.

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!