Unicode Finder

"喋" U+558B(CJK UNIFIED IDEOGRAPH-558B)

U+558B
Nom du Bloc
CJK Unified Ideographs
Nom
CJK UNIFIED IDEOGRAPH-558B

Programming

C
\u558B
JavaScript
\u558B
Java
\u558B
Json
\u558B
Python
\u558B
Perl
\x{558B}
PHP
\x{558B}
Ruby
\u{558B}
Rust
\u{558B}
Go
\u558B

Web

CSS
\00558B
HtmlDecimal
喋
HtmlHexadecimal
喋
Url
%E5%96%8B

Code

MD5
02b419c426ea9c5fe6b81ebb991fec3e
Sha1
0e4283cc8ef57e593b689066b3e64c1c3582e9dd
Base64
5ZaL

Exemples d'Utilisation

Programming Languages

C:

char c = '\u558B';
printf("%c\n", c);  // Output: 喋

JavaScript:

const char = '\u558B';
console.log(char);  // Output: 喋

Java:

char c = '\u558B';
System.out.println(c);  // Output: 喋

JSON:

{"text": "\u558B"}  // Value: 喋

Python:

char = '\u558B'
print(char)  # Output: 喋

Perl:

my $char = "\x{558B}";
print $char;  # Output: 喋

PHP:

$char = "\x{558B}";
echo $char;  // Output: 喋

Ruby:

char = "\u{558B}"
puts char  # Output: 喋

Rust:

let c = '\u{558B}';
println!("{}", c);  // Output: 喋

Go:

char := '\u558B'
fmt.Printf("%c\n", char)  // Output: 喋

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00558B";  /* Display: 喋 */
}

HTML Decimal:

<p>HTML decimal: &#21899;</p>  <!-- Display: 喋 -->

HTML Hexadecimal:

<p>HTML hex: &#x558B;</p>  <!-- Display: 喋 -->

URL Encoding:

// 喋 URL encoding
https://unicodefinder.com/search.php?query=%E5%96%8B

Encodings

MD5:

02b419c426ea9c5fe6b81ebb991fec3e

SHA1:

0e4283cc8ef57e593b689066b3e64c1c3582e9dd

Base64:

5ZaL