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

What is Unicode character 𨟓?

The Unicode character 𨟓 U+287D3 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+287D3.

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!