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

What is Unicode character 𦟖?

The Unicode character 𦟖 U+267D6 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+267D6.

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!