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

What is Unicode character 𨢳?

The Unicode character 𨢳 U+288B3 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+288B3.

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!