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

What is Unicode character 𦧗?

The Unicode character 𦧗 U+269D7 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+269D7.

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!