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>&#164821;</p>
📋
CSS .selector { content: '\283D5' };
📋
JS var unicodeA = '\u283D5 ';
📋
CPP char unicodeA = ' \u283D5 ';
📋
Java char unicodeA = '\u283D5';
📋
Python unicodeA = '\u283D5'
📋

What is Unicode character 𨏕?

The Unicode character 𨏕 U+283D5 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+283D5.

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!