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

What is Unicode character 𨶰?

The Unicode character 𨶰 U+28DB0 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+28DB0.

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!