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

What is Unicode character 𨭰?

The Unicode character 𨭰 U+28B70 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+28B70.

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!