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

What is Unicode character 𨬦?

The Unicode character 𨬦 U+28B26 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+28B26.

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!