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

What is Unicode character 𨺶?

The Unicode character 𨺶 U+28EB6 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+28EB6.

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!