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

What is Unicode character 𨏵?

The Unicode character 𨏵 U+283F5 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+283F5.

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!