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

What is Unicode character 𢔔?

The Unicode character 𢔔 U+22514 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+22514.

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!