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

What is Unicode character 𨼐?

The Unicode character 𨼐 U+28F10 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+28F10.

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!