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>&#164059;</p>
📋
CSS .selector { content: '\280DB' };
📋
JS var unicodeA = '\u280DB ';
📋
CPP char unicodeA = ' \u280DB ';
📋
Java char unicodeA = '\u280DB';
📋
Python unicodeA = '\u280DB'
📋

What is Unicode character 𨃛?

The Unicode character 𨃛 U+280DB 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+280DB.

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!