Unicode Finder

"稍" U+7A0D(CJK UNIFIED IDEOGRAPH-7A0D)

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

Programming

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

Web

CSS
\007A0D
HtmlDecimal
稍
HtmlHexadecimal
稍
Url
%E7%A8%8D

Code

MD5
06e11dd5346fb50d30a3648c73ff3510
Sha1
d674e4188c1b856bf87f06be2802200ed1b8bcdb
Base64
56iN

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u7A0D';
console.log(char);  // Output: 稍

Java:

char c = '\u7A0D';
System.out.println(c);  // Output: 稍

JSON:

{"text": "\u7A0D"}  // Value: 稍

Python:

char = '\u7A0D'
print(char)  # Output: 稍

Perl:

my $char = "\x{7A0D}";
print $char;  # Output: 稍

PHP:

$char = "\x{7A0D}";
echo $char;  // Output: 稍

Ruby:

char = "\u{7A0D}"
puts char  # Output: 稍

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#31245;</p>  <!-- Display: 稍 -->

HTML Hexadecimal:

<p>HTML hex: &#x7A0D;</p>  <!-- Display: 稍 -->

URL Encoding:

// 稍 URL encoding
https://unicodefinder.com/search.php?query=%E7%A8%8D

Encodings

MD5:

06e11dd5346fb50d30a3648c73ff3510

SHA1:

d674e4188c1b856bf87f06be2802200ed1b8bcdb

Base64:

56iN