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

What is Unicode character 𣟼?

The Unicode character 𣟼 U+237FC 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+237FC.

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!