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

What is Unicode character 𦦧?

The Unicode character 𦦧 U+269A7 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+269A7.

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!