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

What is Unicode character 𦡰?

The Unicode character 𦡰 U+26870 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+26870.

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!