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

What is Unicode character 𨶴?

The Unicode character 𨶴 U+28DB4 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+28DB4.

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!