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

What is Unicode character 𣍕?

The Unicode character 𣍕 U+23355 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+23355.

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!