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

What is Unicode character 𨨛?

The Unicode character 𨨛 U+28A1B 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+28A1B.

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!