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

What is Unicode character 𨔖?

The Unicode character 𨔖 U+28516 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+28516.

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!