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

What is Unicode character 𦟦?

The Unicode character 𦟦 U+267E6 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+267E6.

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!