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

What is Unicode character 𨶵?

The Unicode character 𨶵 U+28DB5 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+28DB5.

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!