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

What is Unicode character 𦟗?

The Unicode character 𦟗 U+267D7 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+267D7.

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!