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

What is Unicode character 𣍓?

The Unicode character 𣍓 U+23353 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+23353.

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!