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

What is Unicode character 𢟽?

The Unicode character 𢟽 U+227FD 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+227FD.

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!