Unicode Finder

"呴" U+5474(CJK UNIFIED IDEOGRAPH-5474)

U+5474
Nazwa Bloku
CJK Unified Ideographs
Nazwa
CJK UNIFIED IDEOGRAPH-5474

Programming

C
\u5474
JavaScript
\u5474
Java
\u5474
Json
\u5474
Python
\u5474
Perl
\x{5474}
PHP
\x{5474}
Ruby
\u{5474}
Rust
\u{5474}
Go
\u5474

Web

CSS
\005474
HtmlDecimal
呴
HtmlHexadecimal
呴
Url
%E5%91%B4

Code

MD5
f2fc4af24f0daab6aa8358df5351129f
Sha1
1dbcff1df8025818e402e362ba878df9e5eb7284
Base64
5ZG0

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u5474';
console.log(char);  // Output: 呴

Java:

char c = '\u5474';
System.out.println(c);  // Output: 呴

JSON:

{"text": "\u5474"}  // Value: 呴

Python:

char = '\u5474'
print(char)  # Output: 呴

Perl:

my $char = "\x{5474}";
print $char;  # Output: 呴

PHP:

$char = "\x{5474}";
echo $char;  // Output: 呴

Ruby:

char = "\u{5474}"
puts char  # Output: 呴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005474";  /* Display: 呴 */
}

HTML Decimal:

<p>HTML decimal: &#21620;</p>  <!-- Display: 呴 -->

HTML Hexadecimal:

<p>HTML hex: &#x5474;</p>  <!-- Display: 呴 -->

URL Encoding:

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

Encodings

MD5:

f2fc4af24f0daab6aa8358df5351129f

SHA1:

1dbcff1df8025818e402e362ba878df9e5eb7284

Base64:

5ZG0