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

What is Unicode character 𨹰?

The Unicode character 𨹰 U+28E70 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+28E70.

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!