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>&#165533;</p>
📋
CSS .selector { content: '\2869D' };
📋
JS var unicodeA = '\u2869D ';
📋
CPP char unicodeA = ' \u2869D ';
📋
Java char unicodeA = '\u2869D';
📋
Python unicodeA = '\u2869D'
📋

What is Unicode character 𨚝?

The Unicode character 𨚝 U+2869D 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+2869D.

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!