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

What is Unicode character 𣍑?

The Unicode character 𣍑 U+23351 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+23351.

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!