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

What is Unicode character 𢚝?

The Unicode character 𢚝 U+2269D 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+2269D.

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!