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

What is Unicode character 𦧙?

The Unicode character 𦧙 U+269D9 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+269D9.

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!