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

What is Unicode character 𣍰?

The Unicode character 𣍰 U+23370 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+23370.

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!