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

What is Unicode character 𨊭?

The Unicode character 𨊭 U+282AD 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+282AD.

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!