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

What is Unicode character 𨁝?

The Unicode character 𨁝 U+2805D 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+2805D.

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!