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

What is Unicode character 𧚟?

The Unicode character 𧚟 U+2769F 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+2769F.

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!