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

What is Unicode character 𨘖?

The Unicode character 𨘖 U+28616 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+28616.

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!