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

What is Unicode character 𨘕?

The Unicode character 𨘕 U+28615 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+28615.

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!