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

What is Unicode character 𦣲?

The Unicode character 𦣲 U+268F2 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+268F2.

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!