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

What is Unicode character 𦣰?

The Unicode character 𦣰 U+268F0 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+268F0.

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!