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

What is Unicode character 𢟾?

The Unicode character 𢟾 U+227FE 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+227FE.

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!