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

What is Unicode character 𣟈?

The Unicode character 𣟈 U+237C8 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+237C8.

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!