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

What is Unicode character 𨼧?

The Unicode character 𨼧 U+28F27 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+28F27.

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!