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

What is Unicode character 𢟍?

The Unicode character 𢟍 U+227CD 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+227CD.

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!