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

What is Unicode character 𦢢?

The Unicode character 𦢢 U+268A2 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+268A2.

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!