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

What is Unicode character 𨏉?

The Unicode character 𨏉 U+283C9 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+283C9.

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!