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

What is Unicode character 𦘾?

The Unicode character 𦘾 U+2663E 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+2663E.

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!