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>&#157149;</p>
📋
CSS .selector { content: '\265DD' };
📋
JS var unicodeA = '\u265DD ';
📋
CPP char unicodeA = ' \u265DD ';
📋
Java char unicodeA = '\u265DD';
📋
Python unicodeA = '\u265DD'
📋

What is Unicode character 𦗝?

The Unicode character 𦗝 U+265DD 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+265DD.

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!