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

What is Unicode character 𣟻?

The Unicode character 𣟻 U+237FB 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+237FB.

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!