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>&#157687;</p>
📋
CSS .selector { content: '\267F7' };
📋
JS var unicodeA = '\u267F7 ';
📋
CPP char unicodeA = ' \u267F7 ';
📋
Java char unicodeA = '\u267F7';
📋
Python unicodeA = '\u267F7'
📋

What is Unicode character 𦟷?

The Unicode character 𦟷 U+267F7 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+267F7.

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!