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

What is Unicode character 𦧧?

The Unicode character 𦧧 U+269E7 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+269E7.

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!