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

What is Unicode character 𨊾?

The Unicode character 𨊾 U+282BE 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+282BE.

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!