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

What is Unicode character 𨈔?

The Unicode character 𨈔 U+28214 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+28214.

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!