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

What is Unicode character 𦟬?

The Unicode character 𦟬 U+267EC 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+267EC.

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!