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

What is Unicode character 𦣧?

The Unicode character 𦣧 U+268E7 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+268E7.

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!