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

What is Unicode character 𢙭?

The Unicode character 𢙭 U+2266D 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+2266D.

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!