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

What is Unicode character 𢣯?

The Unicode character 𢣯 U+228EF 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+228EF.

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!