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

What is Unicode character 𨏙?

The Unicode character 𨏙 U+283D9 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+283D9.

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!