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

What is Unicode character 𨶾?

The Unicode character 𨶾 U+28DBE 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+28DBE.

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!