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

What is Unicode character 𨂹?

The Unicode character 𨂹 U+280B9 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+280B9.

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!