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

What is Unicode character 𦢾?

The Unicode character 𦢾 U+268BE 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+268BE.

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!