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

What is Unicode character 𨆵?

The Unicode character 𨆵 U+281B5 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+281B5.

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!