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

What is Unicode character 𦢴?

The Unicode character 𦢴 U+268B4 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+268B4.

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!