Unicode Finder

"嗴" U+55F4(CJK UNIFIED IDEOGRAPH-55F4)

U+55F4
Nazwa Bloku
CJK Unified Ideographs
Nazwa
CJK UNIFIED IDEOGRAPH-55F4

Programming

C
\u55F4
JavaScript
\u55F4
Java
\u55F4
Json
\u55F4
Python
\u55F4
Perl
\x{55F4}
PHP
\x{55F4}
Ruby
\u{55F4}
Rust
\u{55F4}
Go
\u55F4

Web

CSS
\0055F4
HtmlDecimal
嗴
HtmlHexadecimal
嗴
Url
%E5%97%B4

Code

MD5
f72a8a39c81cd06c20569121b1dadf8e
Sha1
0f41f7cf8a347bde9a34e613b99d5476d97772b8
Base64
5Ze0

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u55F4';
console.log(char);  // Output: 嗴

Java:

char c = '\u55F4';
System.out.println(c);  // Output: 嗴

JSON:

{"text": "\u55F4"}  // Value: 嗴

Python:

char = '\u55F4'
print(char)  # Output: 嗴

Perl:

my $char = "\x{55F4}";
print $char;  # Output: 嗴

PHP:

$char = "\x{55F4}";
echo $char;  // Output: 嗴

Ruby:

char = "\u{55F4}"
puts char  # Output: 嗴

Rust:

let c = '\u{55F4}';
println!("{}", c);  // Output: 嗴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0055F4";  /* Display: 嗴 */
}

HTML Decimal:

<p>HTML decimal: &#22004;</p>  <!-- Display: 嗴 -->

HTML Hexadecimal:

<p>HTML hex: &#x55F4;</p>  <!-- Display: 嗴 -->

URL Encoding:

// 嗴 URL encoding
https://unicodefinder.com/search.php?query=%E5%97%B4

Encodings

MD5:

f72a8a39c81cd06c20569121b1dadf8e

SHA1:

0f41f7cf8a347bde9a34e613b99d5476d97772b8

Base64:

5Ze0