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

What is Unicode character 𦟠?

The Unicode character 𦟠 U+267E0 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+267E0.

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!