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

What is Unicode character 𦧝?

The Unicode character 𦧝 U+269DD 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+269DD.

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!