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

What is Unicode character 𦢿?

The Unicode character 𦢿 U+268BF 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+268BF.

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!