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>&#157243;</p>
📋
CSS .selector { content: '\2663B' };
📋
JS var unicodeA = '\u2663B ';
📋
CPP char unicodeA = ' \u2663B ';
📋
Java char unicodeA = '\u2663B';
📋
Python unicodeA = '\u2663B'
📋

What is Unicode character 𦘻?

The Unicode character 𦘻 U+2663B 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+2663B.

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!