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

What is Unicode character 𦁖?

The Unicode character 𦁖 U+26056 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+26056.

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!