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

What is Unicode character 𦚟?

The Unicode character 𦚟 U+2669F 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+2669F.

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!