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

What is Unicode character 𦣡?

The Unicode character 𦣡 U+268E1 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+268E1.

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!