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

What is Unicode character 𨼝?

The Unicode character 𨼝 U+28F1D 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+28F1D.

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!