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

What is Unicode character 𨆼?

The Unicode character 𨆼 U+281BC 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+281BC.

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!