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

What is Unicode character 𨶭?

The Unicode character 𨶭 U+28DAD 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+28DAD.

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!