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

What is Unicode character 𢟪?

The Unicode character 𢟪 U+227EA 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+227EA.

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!