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

What is Unicode character 𨘧?

The Unicode character 𨘧 U+28627 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+28627.

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!