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

What is Unicode character 𦡖?

The Unicode character 𦡖 U+26856 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+26856.

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!