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

What is Unicode character 𨸟?

The Unicode character 𨸟 U+28E1F 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+28E1F.

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!