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

What is Unicode character 𨊧?

The Unicode character 𨊧 U+282A7 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+282A7.

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!