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

What is Unicode character 𨨦?

The Unicode character 𨨦 U+28A26 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+28A26.

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!