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

What is Unicode character 𢢿?

The Unicode character 𢢿 U+228BF 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+228BF.

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!