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

What is Unicode character 𨃉?

The Unicode character 𨃉 U+280C9 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+280C9.

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!