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

What is Unicode character 𨨖?

The Unicode character 𨨖 U+28A16 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+28A16.

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!