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

What is Unicode character 𣟣?

The Unicode character 𣟣 U+237E3 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+237E3.

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!