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

What is Unicode character 𨻟?

The Unicode character 𨻟 U+28EDF 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+28EDF.

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!