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

What is Unicode character 𨼦?

The Unicode character 𨼦 U+28F26 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+28F26.

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!