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

What is Unicode character 𨘗?

The Unicode character 𨘗 U+28617 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+28617.

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!