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

What is Unicode character 𦟧?

The Unicode character 𦟧 U+267E7 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+267E7.

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!