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

What is Unicode character 𢕍?

The Unicode character 𢕍 U+2254D 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+2254D.

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!