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

What is Unicode character 𢚚?

The Unicode character 𢚚 U+2269A 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+2269A.

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!