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

What is Unicode character 𨔧?

The Unicode character 𨔧 U+28527 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+28527.

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!