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

What is Unicode character 𣕓?

The Unicode character 𣕓 U+23553 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+23553.

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!