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

What is Unicode character 𦡕?

The Unicode character 𦡕 U+26855 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+26855.

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!