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

What is Unicode character 𣟮?

The Unicode character 𣟮 U+237EE 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+237EE.

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!