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

What is Unicode character 𢔣?

The Unicode character 𢔣 U+22523 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+22523.

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!