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

What is Unicode character 𦢦?

The Unicode character 𦢦 U+268A6 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+268A6.

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!