Unicode Finder

"紹" U+7D39(CJK UNIFIED IDEOGRAPH-7D39)

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

Programming

C
\u7D39
JavaScript
\u7D39
Java
\u7D39
Json
\u7D39
Python
\u7D39
Perl
\x{7D39}
PHP
\x{7D39}
Ruby
\u{7D39}
Rust
\u{7D39}
Go
\u7D39

Web

CSS
\007D39
HtmlDecimal
紹
HtmlHexadecimal
紹
Url
%E7%B4%B9

Code

MD5
29b83edb9f2e7862f78cd45a110ed6ad
Sha1
b5cab3e88f1fc3f7b5d919ab19b22a61f874892a
Base64
57S5

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7D39';
console.log(char);  // Output: 紹

Java:

char c = '\u7D39';
System.out.println(c);  // Output: 紹

JSON:

{"text": "\u7D39"}  // Value: 紹

Python:

char = '\u7D39'
print(char)  # Output: 紹

Perl:

my $char = "\x{7D39}";
print $char;  # Output: 紹

PHP:

$char = "\x{7D39}";
echo $char;  // Output: 紹

Ruby:

char = "\u{7D39}"
puts char  # Output: 紹

Rust:

let c = '\u{7D39}';
println!("{}", c);  // Output: 紹

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007D39";  /* Display: 紹 */
}

HTML Decimal:

<p>HTML decimal: &#32057;</p>  <!-- Display: 紹 -->

HTML Hexadecimal:

<p>HTML hex: &#x7D39;</p>  <!-- Display: 紹 -->

URL Encoding:

// 紹 URL encoding
https://unicodefinder.com/search.php?query=%E7%B4%B9

Encodings

MD5:

29b83edb9f2e7862f78cd45a110ed6ad

SHA1:

b5cab3e88f1fc3f7b5d919ab19b22a61f874892a

Base64:

57S5