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

What is Unicode character 𦢱?

The Unicode character 𦢱 U+268B1 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+268B1.

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!