Unicode Finder

"偹" U+5079(CJK UNIFIED IDEOGRAPH-5079)

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

Programming

C
\u5079
JavaScript
\u5079
Java
\u5079
Json
\u5079
Python
\u5079
Perl
\x{5079}
PHP
\x{5079}
Ruby
\u{5079}
Rust
\u{5079}
Go
\u5079

Web

CSS
\005079
HtmlDecimal
偹
HtmlHexadecimal
偹
Url
%E5%81%B9

Code

MD5
81fe67413f5a7bf3ac0b6c29450a846b
Sha1
15566cf3ee465fe6efe416dd1710445b38d0b873
Base64
5YG5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u5079';
console.log(char);  // Output: 偹

Java:

char c = '\u5079';
System.out.println(c);  // Output: 偹

JSON:

{"text": "\u5079"}  // Value: 偹

Python:

char = '\u5079'
print(char)  # Output: 偹

Perl:

my $char = "\x{5079}";
print $char;  # Output: 偹

PHP:

$char = "\x{5079}";
echo $char;  // Output: 偹

Ruby:

char = "\u{5079}"
puts char  # Output: 偹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005079";  /* Display: 偹 */
}

HTML Decimal:

<p>HTML decimal: &#20601;</p>  <!-- Display: 偹 -->

HTML Hexadecimal:

<p>HTML hex: &#x5079;</p>  <!-- Display: 偹 -->

URL Encoding:

// 偹 URL encoding
https://unicodefinder.com/search.php?query=%E5%81%B9

Encodings

MD5:

81fe67413f5a7bf3ac0b6c29450a846b

SHA1:

15566cf3ee465fe6efe416dd1710445b38d0b873

Base64:

5YG5