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

What is Unicode character 𦰧?

The Unicode character 𦰧 U+26C27 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+26C27.

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!