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

What is Unicode character 𦢡?

The Unicode character 𦢡 U+268A1 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+268A1.

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!