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

What is Unicode character 𨪶?

The Unicode character 𨪶 U+28AB6 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+28AB6.

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!