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

What is Unicode character 𦧡?

The Unicode character 𦧡 U+269E1 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+269E1.

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!