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

What is Unicode character 𣟇?

The Unicode character 𣟇 U+237C7 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+237C7.

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!