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

What is Unicode character 𢚍?

The Unicode character 𢚍 U+2268D 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+2268D.

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!