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

What is Unicode character 𨏭?

The Unicode character 𨏭 U+283ED 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+283ED.

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!