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

What is Unicode character 𦡵?

The Unicode character 𦡵 U+26875 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+26875.

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!