Unicode Finder

"嫿" U+5AFF(CJK UNIFIED IDEOGRAPH-5AFF)

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

Programming

C
\u5AFF
JavaScript
\u5AFF
Java
\u5AFF
Json
\u5AFF
Python
\u5AFF
Perl
\x{5AFF}
PHP
\x{5AFF}
Ruby
\u{5AFF}
Rust
\u{5AFF}
Go
\u5AFF

Web

CSS
\005AFF
HtmlDecimal
嫿
HtmlHexadecimal
嫿
Url
%E5%AB%BF

Code

MD5
210eeafad788747f3c2f3a4596774364
Sha1
8bf93dc30b01744b97214e39322602fb9c8ba8e0
Base64
5au/

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

Programming Languages

C:

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

JavaScript:

const char = '\u5AFF';
console.log(char);  // Output: 嫿

Java:

char c = '\u5AFF';
System.out.println(c);  // Output: 嫿

JSON:

{"text": "\u5AFF"}  // Value: 嫿

Python:

char = '\u5AFF'
print(char)  # Output: 嫿

Perl:

my $char = "\x{5AFF}";
print $char;  # Output: 嫿

PHP:

$char = "\x{5AFF}";
echo $char;  // Output: 嫿

Ruby:

char = "\u{5AFF}"
puts char  # Output: 嫿

Rust:

let c = '\u{5AFF}';
println!("{}", c);  // Output: 嫿

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005AFF";  /* Display: 嫿 */
}

HTML Decimal:

<p>HTML decimal: &#23295;</p>  <!-- Display: 嫿 -->

HTML Hexadecimal:

<p>HTML hex: &#x5AFF;</p>  <!-- Display: 嫿 -->

URL Encoding:

// 嫿 URL encoding
https://unicodefinder.com/search.php?query=%E5%AB%BF

Encodings

MD5:

210eeafad788747f3c2f3a4596774364

SHA1:

8bf93dc30b01744b97214e39322602fb9c8ba8e0

Base64:

5au/