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

What is Unicode character 𨏢?

The Unicode character 𨏢 U+283E2 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+283E2.

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!