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

What is Unicode character 𨫶?

The Unicode character 𨫶 U+28AF6 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+28AF6.

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!