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

What is Unicode character 𨆝?

The Unicode character 𨆝 U+2819D 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+2819D.

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!