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

What is Unicode character 𦵰?

The Unicode character 𦵰 U+26D70 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+26D70.

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!