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

What is Unicode character 𨷕?

The Unicode character 𨷕 U+28DD5 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+28DD5.

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!