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

What is Unicode character 𣍗?

The Unicode character 𣍗 U+23357 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+23357.

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!