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

What is Unicode character 𢸔?

The Unicode character 𢸔 U+22E14 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+22E14.

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!