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

What is Unicode character 𦚝?

The Unicode character 𦚝 U+2669D 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+2669D.

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!