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>&#164588;</p>
📋
CSS .selector { content: '\282EC' };
📋
JS var unicodeA = '\u282EC ';
📋
CPP char unicodeA = ' \u282EC ';
📋
Java char unicodeA = '\u282EC';
📋
Python unicodeA = '\u282EC'
📋

What is Unicode character 𨋬?

The Unicode character 𨋬 U+282EC 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+282EC.

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!