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

What is Unicode character 𢤔?

The Unicode character 𢤔 U+22914 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+22914.

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!