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

What is Unicode character 𨢴?

The Unicode character 𨢴 U+288B4 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+288B4.

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!