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

What is Unicode character 𢙅?

The Unicode character 𢙅 U+22645 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+22645.

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!