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

What is Unicode character 𦴨?

The Unicode character 𦴨 U+26D28 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+26D28.

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!