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

What is Unicode character 𨆾?

The Unicode character 𨆾 U+281BE 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+281BE.

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!