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

What is Unicode character 𨗛?

The Unicode character 𨗛 U+285DB 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+285DB.

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!