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

What is Unicode character 𣔡?

The Unicode character 𣔡 U+23521 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+23521.

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!