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

What is Unicode character 𨰦?

The Unicode character 𨰦 U+28C26 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+28C26.

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!