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

What is Unicode character 𨴦?

The Unicode character 𨴦 U+28D26 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+28D26.

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!