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

What is Unicode character 𨨧?

The Unicode character 𨨧 U+28A27 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+28A27.

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!