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

What is Unicode character 𨳕?

The Unicode character 𨳕 U+28CD5 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+28CD5.

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!