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

What is Unicode character 𨏲?

The Unicode character 𨏲 U+283F2 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+283F2.

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!