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

What is Unicode character 𨟊?

The Unicode character 𨟊 U+287CA 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+287CA.

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!