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

What is Unicode character 𦧟?

The Unicode character 𦧟 U+269DF 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+269DF.

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!