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

What is Unicode character 𦟆?

The Unicode character 𦟆 U+267C6 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+267C6.

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!