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

What is Unicode character 𢟅?

The Unicode character 𢟅 U+227C5 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+227C5.

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!