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

What is Unicode character 𢦝?

The Unicode character 𢦝 U+2299D 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+2299D.

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!