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

What is Unicode character 𨎭?

The Unicode character 𨎭 U+283AD 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+283AD.

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!