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

What is Unicode character 𨼗?

The Unicode character 𨼗 U+28F17 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+28F17.

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!