Unicode Finder

"拒" U+62D2(CJK UNIFIED IDEOGRAPH-62D2)

U+62D2
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-62D2

Programming

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

Web

CSS
\0062D2
HtmlDecimal
拒
HtmlHexadecimal
拒
Url
%E6%8B%92

Code

MD5
6344fdeafe74494f90450bc4625ce23c
Sha1
55f23f1bc0de25fe8020c9ad282ee3f5f8ca4912
Base64
5ouS

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u62D2';
console.log(char);  // Output: 拒

Java:

char c = '\u62D2';
System.out.println(c);  // Output: 拒

JSON:

{"text": "\u62D2"}  // Value: 拒

Python:

char = '\u62D2'
print(char)  # Output: 拒

Perl:

my $char = "\x{62D2}";
print $char;  # Output: 拒

PHP:

$char = "\x{62D2}";
echo $char;  // Output: 拒

Ruby:

char = "\u{62D2}"
puts char  # Output: 拒

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25298;</p>  <!-- Display: 拒 -->

HTML Hexadecimal:

<p>HTML hex: &#x62D2;</p>  <!-- Display: 拒 -->

URL Encoding:

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

Encodings

MD5:

6344fdeafe74494f90450bc4625ce23c

SHA1:

55f23f1bc0de25fe8020c9ad282ee3f5f8ca4912

Base64:

5ouS