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

What is Unicode character 𦦰?

The Unicode character 𦦰 U+269B0 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+269B0.

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!