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

What is Unicode character 𨘝?

The Unicode character 𨘝 U+2861D 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+2861D.

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!