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>&#164528;</p>
📋
CSS .selector { content: '\282B0' };
📋
JS var unicodeA = '\u282B0 ';
📋
CPP char unicodeA = ' \u282B0 ';
📋
Java char unicodeA = '\u282B0';
📋
Python unicodeA = '\u282B0'
📋

What is Unicode character 𨊰?

The Unicode character 𨊰 U+282B0 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+282B0.

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!