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

What is Unicode character 𢚟?

The Unicode character 𢚟 U+2269F 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+2269F.

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!