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

What is Unicode character 𨎩?

The Unicode character 𨎩 U+283A9 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+283A9.

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!