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

What is Unicode character 𣟪?

The Unicode character 𣟪 U+237EA 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+237EA.

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!