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

What is Unicode character 𨊫?

The Unicode character 𨊫 U+282AB 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+282AB.

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!