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

What is Unicode character 𨈟?

The Unicode character 𨈟 U+2821F 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+2821F.

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!