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

What is Unicode character 𢟫?

The Unicode character 𢟫 U+227EB 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+227EB.

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!