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

What is Unicode character 𣟹?

The Unicode character 𣟹 U+237F9 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+237F9.

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!