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

What is Unicode character 𨶶?

The Unicode character 𨶶 U+28DB6 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+28DB6.

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!