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

What is Unicode character 𢟭?

The Unicode character 𢟭 U+227ED 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+227ED.

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!