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

What is Unicode character 𦵖?

The Unicode character 𦵖 U+26D56 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+26D56.

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!