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

What is Unicode character 𦦾?

The Unicode character 𦦾 U+269BE 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+269BE.

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!