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

What is Unicode character 𢣫?

The Unicode character 𢣫 U+228EB 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+228EB.

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!