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>&#140620;</p>
📋
CSS .selector { content: '\2254C' };
📋
JS var unicodeA = '\u2254C ';
📋
CPP char unicodeA = ' \u2254C ';
📋
Java char unicodeA = '\u2254C';
📋
Python unicodeA = '\u2254C'
📋

What is Unicode character 𢕌?

The Unicode character 𢕌 U+2254C 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+2254C.

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!