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>&#165837;</p>
📋
CSS .selector { content: '\287CD' };
📋
JS var unicodeA = '\u287CD ';
📋
CPP char unicodeA = ' \u287CD ';
📋
Java char unicodeA = '\u287CD';
📋
Python unicodeA = '\u287CD'
📋

What is Unicode character 𨟍?

The Unicode character 𨟍 U+287CD 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+287CD.

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!