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

What is Unicode character 𨢵?

The Unicode character 𨢵 U+288B5 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+288B5.

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!