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

What is Unicode character 𢟯?

The Unicode character 𢟯 U+227EF 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+227EF.

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!