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

What is Unicode character 𦔮?

The Unicode character 𦔮 U+2652E 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+2652E.

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!