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

What is Unicode character 𨜦?

The Unicode character 𨜦 U+28726 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+28726.

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!