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

What is Unicode character 𨐭?

The Unicode character 𨐭 U+2842D 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+2842D.

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!