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

What is Unicode character 𨎤?

The Unicode character 𨎤 U+283A4 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+283A4.

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!