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

What is Unicode character 𨏹?

The Unicode character 𨏹 U+283F9 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+283F9.

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!