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

What is Unicode character 𦢲?

The Unicode character 𦢲 U+268B2 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+268B2.

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!