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

What is Unicode character 𨶝?

The Unicode character 𨶝 U+28D9D 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+28D9D.

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!