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

What is Unicode character 𨏪?

The Unicode character 𨏪 U+283EA 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+283EA.

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!