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

What is Unicode character 𨶺?

The Unicode character 𨶺 U+28DBA 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+28DBA.

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!