Unicode Finder

"拓" U+62D3(CJK UNIFIED IDEOGRAPH-62D3)

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

Programming

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

Web

CSS
\0062D3
HtmlDecimal
拓
HtmlHexadecimal
拓
Url
%E6%8B%93

Code

MD5
7dec75cecb01ebab10b7add732ea85a4
Sha1
bb5aecb125574d8803305aa24e7b4c15afce0265
Base64
5ouT

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u62D3';
console.log(char);  // Output: 拓

Java:

char c = '\u62D3';
System.out.println(c);  // Output: 拓

JSON:

{"text": "\u62D3"}  // Value: 拓

Python:

char = '\u62D3'
print(char)  # Output: 拓

Perl:

my $char = "\x{62D3}";
print $char;  # Output: 拓

PHP:

$char = "\x{62D3}";
echo $char;  // Output: 拓

Ruby:

char = "\u{62D3}"
puts char  # Output: 拓

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25299;</p>  <!-- Display: 拓 -->

HTML Hexadecimal:

<p>HTML hex: &#x62D3;</p>  <!-- Display: 拓 -->

URL Encoding:

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

Encodings

MD5:

7dec75cecb01ebab10b7add732ea85a4

SHA1:

bb5aecb125574d8803305aa24e7b4c15afce0265

Base64:

5ouT