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

What is Unicode character 𢟵?

The Unicode character 𢟵 U+227F5 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+227F5.

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!