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

What is Unicode character 𦢷?

The Unicode character 𦢷 U+268B7 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+268B7.

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!