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

What is Unicode character 𣕑?

The Unicode character 𣕑 U+23551 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+23551.

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!