Unicode Finder

"吸" U+5438(CJK UNIFIED IDEOGRAPH-5438)

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

Programming

C
\u5438
JavaScript
\u5438
Java
\u5438
Json
\u5438
Python
\u5438
Perl
\x{5438}
PHP
\x{5438}
Ruby
\u{5438}
Rust
\u{5438}
Go
\u5438

Web

CSS
\005438
HtmlDecimal
吸
HtmlHexadecimal
吸
Url
%E5%90%B8

Code

MD5
c202d38a691451ab8e2e0833937c09d9
Sha1
869fd80b7f2ff7d9057700bda172e443bf1ae376
Base64
5ZC4

Przykłady Użycia

Programming Languages

C:

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

JavaScript:

const char = '\u5438';
console.log(char);  // Output: 吸

Java:

char c = '\u5438';
System.out.println(c);  // Output: 吸

JSON:

{"text": "\u5438"}  // Value: 吸

Python:

char = '\u5438'
print(char)  # Output: 吸

Perl:

my $char = "\x{5438}";
print $char;  # Output: 吸

PHP:

$char = "\x{5438}";
echo $char;  // Output: 吸

Ruby:

char = "\u{5438}"
puts char  # Output: 吸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005438";  /* Display: 吸 */
}

HTML Decimal:

<p>HTML decimal: &#21560;</p>  <!-- Display: 吸 -->

HTML Hexadecimal:

<p>HTML hex: &#x5438;</p>  <!-- Display: 吸 -->

URL Encoding:

// 吸 URL encoding
https://unicodefinder.com/search.php?query=%E5%90%B8

Encodings

MD5:

c202d38a691451ab8e2e0833937c09d9

SHA1:

869fd80b7f2ff7d9057700bda172e443bf1ae376

Base64:

5ZC4