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

What is Unicode character 𨁟?

The Unicode character 𨁟 U+2805F 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+2805F.

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!