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

What is Unicode character 𣔢?

The Unicode character 𣔢 U+23522 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+23522.

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!