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

What is Unicode character 𣕐?

The Unicode character 𣕐 U+23550 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+23550.

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!