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

What is Unicode character 𣟷?

The Unicode character 𣟷 U+237F7 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+237F7.

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!