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

What is Unicode character 𢣻?

The Unicode character 𢣻 U+228FB 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+228FB.

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!