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

What is Unicode character 𨤕?

The Unicode character 𨤕 U+28915 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+28915.

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!