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

What is Unicode character 𨃙?

The Unicode character 𨃙 U+280D9 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+280D9.

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!