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

What is Unicode character 𦟡?

The Unicode character 𦟡 U+267E1 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+267E1.

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!