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

What is Unicode character 𨩦?

The Unicode character 𨩦 U+28A66 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+28A66.

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!