Unicode Finder

"拴" U+62F4(CJK UNIFIED IDEOGRAPH-62F4)

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

Programming

C
\u62F4
JavaScript
\u62F4
Java
\u62F4
Json
\u62F4
Python
\u62F4
Perl
\x{62F4}
PHP
\x{62F4}
Ruby
\u{62F4}
Rust
\u{62F4}
Go
\u62F4

Web

CSS
\0062F4
HtmlDecimal
拴
HtmlHexadecimal
拴
Url
%E6%8B%B4

Code

MD5
27418e4e1721b69af6ea7ca8de51c421
Sha1
2b2209d5abb69fe552b83f6742b6f761648d47cb
Base64
5ou0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u62F4';
console.log(char);  // Output: 拴

Java:

char c = '\u62F4';
System.out.println(c);  // Output: 拴

JSON:

{"text": "\u62F4"}  // Value: 拴

Python:

char = '\u62F4'
print(char)  # Output: 拴

Perl:

my $char = "\x{62F4}";
print $char;  # Output: 拴

PHP:

$char = "\x{62F4}";
echo $char;  // Output: 拴

Ruby:

char = "\u{62F4}"
puts char  # Output: 拴

Rust:

let c = '\u{62F4}';
println!("{}", c);  // Output: 拴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0062F4";  /* Display: 拴 */
}

HTML Decimal:

<p>HTML decimal: &#25332;</p>  <!-- Display: 拴 -->

HTML Hexadecimal:

<p>HTML hex: &#x62F4;</p>  <!-- Display: 拴 -->

URL Encoding:

// 拴 URL encoding
https://unicodefinder.com/search.php?query=%E6%8B%B4

Encodings

MD5:

27418e4e1721b69af6ea7ca8de51c421

SHA1:

2b2209d5abb69fe552b83f6742b6f761648d47cb

Base64:

5ou0