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

What is Unicode character 𣟴?

The Unicode character 𣟴 U+237F4 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+237F4.

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!