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

What is Unicode character 𨹦?

The Unicode character 𨹦 U+28E66 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+28E66.

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!