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

What is Unicode character 𢍅?

The Unicode character 𢍅 U+22345 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+22345.

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!