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

What is Unicode character 𨃹?

The Unicode character 𨃹 U+280F9 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+280F9.

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!