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

What is Unicode character 𨶹?

The Unicode character 𨶹 U+28DB9 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+28DB9.

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!