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

What is Unicode character 𨂵?

The Unicode character 𨂵 U+280B5 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+280B5.

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!