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

What is Unicode character 𦡶?

The Unicode character 𦡶 U+26876 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+26876.

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!