Unicode Finder

"噷" U+5677(CJK UNIFIED IDEOGRAPH-5677)

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

Programming

C
\u5677
JavaScript
\u5677
Java
\u5677
Json
\u5677
Python
\u5677
Perl
\x{5677}
PHP
\x{5677}
Ruby
\u{5677}
Rust
\u{5677}
Go
\u5677

Web

CSS
\005677
HtmlDecimal
噷
HtmlHexadecimal
噷
Url
%E5%99%B7

Code

MD5
d79a5cf25f8e1c146e82f2eab40dbd75
Sha1
04262744f7820caaa42e1788269b3f0fbc8e48dd
Base64
5Zm3

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

Programming Languages

C:

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

JavaScript:

const char = '\u5677';
console.log(char);  // Output: 噷

Java:

char c = '\u5677';
System.out.println(c);  // Output: 噷

JSON:

{"text": "\u5677"}  // Value: 噷

Python:

char = '\u5677'
print(char)  # Output: 噷

Perl:

my $char = "\x{5677}";
print $char;  # Output: 噷

PHP:

$char = "\x{5677}";
echo $char;  // Output: 噷

Ruby:

char = "\u{5677}"
puts char  # Output: 噷

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005677";  /* Display: 噷 */
}

HTML Decimal:

<p>HTML decimal: &#22135;</p>  <!-- Display: 噷 -->

HTML Hexadecimal:

<p>HTML hex: &#x5677;</p>  <!-- Display: 噷 -->

URL Encoding:

// 噷 URL encoding
https://unicodefinder.com/search.php?query=%E5%99%B7

Encodings

MD5:

d79a5cf25f8e1c146e82f2eab40dbd75

SHA1:

04262744f7820caaa42e1788269b3f0fbc8e48dd

Base64:

5Zm3