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

What is Unicode character 𨳝?

The Unicode character 𨳝 U+28CDD 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+28CDD.

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!