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

What is Unicode character 𦢵?

The Unicode character 𦢵 U+268B5 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+268B5.

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!