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

What is Unicode character 𨡑?

The Unicode character 𨡑 U+28851 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+28851.

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!