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

What is Unicode character 𦨧?

The Unicode character 𦨧 U+26A27 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+26A27.

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!