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

What is Unicode character 𣙓?

The Unicode character 𣙓 U+23653 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+23653.

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!