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

What is Unicode character 𨔘?

The Unicode character 𨔘 U+28518 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+28518.

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!