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

What is Unicode character 𨵦?

The Unicode character 𨵦 U+28D66 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+28D66.

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!