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

What is Unicode character 𦹰?

The Unicode character 𦹰 U+26E70 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+26E70.

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!