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

What is Unicode character 𦢯?

The Unicode character 𦢯 U+268AF 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+268AF.

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!