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

What is Unicode character 𢟞?

The Unicode character 𢟞 U+227DE 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+227DE.

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!