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

What is Unicode character 𢍔?

The Unicode character 𢍔 U+22354 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+22354.

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!