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

What is Unicode character 𣟵?

The Unicode character 𣟵 U+237F5 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+237F5.

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!