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

What is Unicode character 𢟻?

The Unicode character 𢟻 U+227FB 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+227FB.

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!