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

What is Unicode character 𦣖?

The Unicode character 𦣖 U+268D6 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+268D6.

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!