Unicode Finder

"吰" U+5430(CJK UNIFIED IDEOGRAPH-5430)

U+5430
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-5430

Programming

C
\u5430
JavaScript
\u5430
Java
\u5430
Json
\u5430
Python
\u5430
Perl
\x{5430}
PHP
\x{5430}
Ruby
\u{5430}
Rust
\u{5430}
Go
\u5430

Web

CSS
\005430
HtmlDecimal
吰
HtmlHexadecimal
吰
Url
%E5%90%B0

Code

MD5
c29e412381ff8ee744b089f1b340de8f
Sha1
7a119734e784829df9839f33e195a38677fe6920
Base64
5ZCw

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5430';
console.log(char);  // Output: 吰

Java:

char c = '\u5430';
System.out.println(c);  // Output: 吰

JSON:

{"text": "\u5430"}  // Value: 吰

Python:

char = '\u5430'
print(char)  # Output: 吰

Perl:

my $char = "\x{5430}";
print $char;  # Output: 吰

PHP:

$char = "\x{5430}";
echo $char;  // Output: 吰

Ruby:

char = "\u{5430}"
puts char  # Output: 吰

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005430";  /* Display: 吰 */
}

HTML Decimal:

<p>HTML decimal: &#21552;</p>  <!-- Display: 吰 -->

HTML Hexadecimal:

<p>HTML hex: &#x5430;</p>  <!-- Display: 吰 -->

URL Encoding:

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

Encodings

MD5:

c29e412381ff8ee744b089f1b340de8f

SHA1:

7a119734e784829df9839f33e195a38677fe6920

Base64:

5ZCw