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

What is Unicode character 𦦷?

The Unicode character 𦦷 U+269B7 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+269B7.

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!