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

What is Unicode character 𨪵?

The Unicode character 𨪵 U+28AB5 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+28AB5.

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!