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

What is Unicode character 𨊬?

The Unicode character 𨊬 U+282AC 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+282AC.

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!