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

What is Unicode character 𢙩?

The Unicode character 𢙩 U+22669 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+22669.

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!