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

What is Unicode character 𦦯?

The Unicode character 𦦯 U+269AF 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+269AF.

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!