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

What is Unicode character 𦭰?

The Unicode character 𦭰 U+26B70 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+26B70.

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!