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

What is Unicode character 𢟺?

The Unicode character 𢟺 U+227FA 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+227FA.

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!