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

What is Unicode character 𦟇?

The Unicode character 𦟇 U+267C7 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+267C7.

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!