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

What is Unicode character 𦦿?

The Unicode character 𦦿 U+269BF 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+269BF.

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!