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

What is Unicode character 𨊯?

The Unicode character 𨊯 U+282AF 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+282AF.

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!