Unicode Finder

"嘈" U+5608(CJK UNIFIED IDEOGRAPH-5608)

U+5608
Όνομα Μπλοκ
CJK Unified Ideographs
Όνομα
CJK UNIFIED IDEOGRAPH-5608

Programming

C
\u5608
JavaScript
\u5608
Java
\u5608
Json
\u5608
Python
\u5608
Perl
\x{5608}
PHP
\x{5608}
Ruby
\u{5608}
Rust
\u{5608}
Go
\u5608

Web

CSS
\005608
HtmlDecimal
嘈
HtmlHexadecimal
嘈
Url
%E5%98%88

Code

MD5
7f02264a9657b032a14c3729a190f192
Sha1
325ee265edc2e51e6c81d41eb282d5557ce4981e
Base64
5ZiI

Παραδείγματα Χρήσης

Programming Languages

C:

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

JavaScript:

const char = '\u5608';
console.log(char);  // Output: 嘈

Java:

char c = '\u5608';
System.out.println(c);  // Output: 嘈

JSON:

{"text": "\u5608"}  // Value: 嘈

Python:

char = '\u5608'
print(char)  # Output: 嘈

Perl:

my $char = "\x{5608}";
print $char;  # Output: 嘈

PHP:

$char = "\x{5608}";
echo $char;  // Output: 嘈

Ruby:

char = "\u{5608}"
puts char  # Output: 嘈

Rust:

let c = '\u{5608}';
println!("{}", c);  // Output: 嘈

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005608";  /* Display: 嘈 */
}

HTML Decimal:

<p>HTML decimal: &#22024;</p>  <!-- Display: 嘈 -->

HTML Hexadecimal:

<p>HTML hex: &#x5608;</p>  <!-- Display: 嘈 -->

URL Encoding:

// 嘈 URL encoding
https://unicodefinder.com/search.php?query=%E5%98%88

Encodings

MD5:

7f02264a9657b032a14c3729a190f192

SHA1:

325ee265edc2e51e6c81d41eb282d5557ce4981e

Base64:

5ZiI