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

What is Unicode character 𦣯?

The Unicode character 𦣯 U+268EF 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+268EF.

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!