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

What is Unicode character 𨃩?

The Unicode character 𨃩 U+280E9 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+280E9.

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!