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

What is Unicode character 𦧖?

The Unicode character 𦧖 U+269D6 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+269D6.

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!