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

What is Unicode character 𨼕?

The Unicode character 𨼕 U+28F15 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+28F15.

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!