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

What is Unicode character 𣟸?

The Unicode character 𣟸 U+237F8 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+237F8.

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!