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>&#157229;</p>
📋
CSS .selector { content: '\2662D' };
📋
JS var unicodeA = '\u2662D ';
📋
CPP char unicodeA = ' \u2662D ';
📋
Java char unicodeA = '\u2662D';
📋
Python unicodeA = '\u2662D'
📋

What is Unicode character 𦘭?

The Unicode character 𦘭 U+2662D 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+2662D.

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!