Unicode Finder

"稽" U+7A3D(CJK UNIFIED IDEOGRAPH-7A3D)

U+7A3D
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-7A3D

Programming

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

Web

CSS
\007A3D
HtmlDecimal
稽
HtmlHexadecimal
稽
Url
%E7%A8%BD

Code

MD5
50fca938276da07fab487a897134b897
Sha1
8aa50bc9ef758b5953e187e6072f5d437064a637
Base64
56i9

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u7A3D';
console.log(char);  // Output: 稽

Java:

char c = '\u7A3D';
System.out.println(c);  // Output: 稽

JSON:

{"text": "\u7A3D"}  // Value: 稽

Python:

char = '\u7A3D'
print(char)  # Output: 稽

Perl:

my $char = "\x{7A3D}";
print $char;  # Output: 稽

PHP:

$char = "\x{7A3D}";
echo $char;  // Output: 稽

Ruby:

char = "\u{7A3D}"
puts char  # Output: 稽

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#31293;</p>  <!-- Display: 稽 -->

HTML Hexadecimal:

<p>HTML hex: &#x7A3D;</p>  <!-- Display: 稽 -->

URL Encoding:

// 稽 URL encoding
https://unicodefinder.com/search.php?query=%E7%A8%BD

Encodings

MD5:

50fca938276da07fab487a897134b897

SHA1:

8aa50bc9ef758b5953e187e6072f5d437064a637

Base64:

56i9