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

What is Unicode character 𨘦?

The Unicode character 𨘦 U+28626 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+28626.

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!