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

What is Unicode character 𨊨?

The Unicode character 𨊨 U+282A8 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+282A8.

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!