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

What is Unicode character 𦣵?

The Unicode character 𦣵 U+268F5 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+268F5.

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!