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

What is Unicode character 𨆭?

The Unicode character 𨆭 U+281AD 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+281AD.

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!