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

What is Unicode character 𣍙?

The Unicode character 𣍙 U+23359 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+23359.

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!