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

What is Unicode character 𨈖?

The Unicode character 𨈖 U+28216 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+28216.

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!