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

What is Unicode character 𦦺?

The Unicode character 𦦺 U+269BA 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+269BA.

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!