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

What is Unicode character 𨫖?

The Unicode character 𨫖 U+28AD6 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+28AD6.

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!