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>&#166443;</p>
📋
CSS .selector { content: '\28A2B' };
📋
JS var unicodeA = '\u28A2B ';
📋
CPP char unicodeA = ' \u28A2B ';
📋
Java char unicodeA = '\u28A2B';
📋
Python unicodeA = '\u28A2B'
📋

What is Unicode character 𨨫?

The Unicode character 𨨫 U+28A2B 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+28A2B.

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!