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

What is Unicode character 𨸦?

The Unicode character 𨸦 U+28E26 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+28E26.

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!