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

What is Unicode character 𨵰?

The Unicode character 𨵰 U+28D70 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+28D70.

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!