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

What is Unicode character 𨊡?

The Unicode character 𨊡 U+282A1 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+282A1.

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!