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

What is Unicode character 𨔇?

The Unicode character 𨔇 U+28507 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+28507.

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!