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

What is Unicode character 𢨔?

The Unicode character 𢨔 U+22A14 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+22A14.

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!