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

What is Unicode character 𣟉?

The Unicode character 𣟉 U+237C9 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+237C9.

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!