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

What is Unicode character 𣟤?

The Unicode character 𣟤 U+237E4 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+237E4.

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!