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

What is Unicode character 𦢰?

The Unicode character 𦢰 U+268B0 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+268B0.

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!