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

What is Unicode character 𦣦?

The Unicode character 𦣦 U+268E6 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+268E6.

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!