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

What is Unicode character 𦣾?

The Unicode character 𦣾 U+268FE 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+268FE.

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!