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

What is Unicode character 𨶯?

The Unicode character 𨶯 U+28DAF 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+28DAF.

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!