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

What is Unicode character 𦦱?

The Unicode character 𦦱 U+269B1 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+269B1.

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!