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

What is Unicode character 𨆹?

The Unicode character 𨆹 U+281B9 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+281B9.

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!