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

What is Unicode character 𨊺?

The Unicode character 𨊺 U+282BA 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+282BA.

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!