Unicode Finder

"挅" U+6305(CJK UNIFIED IDEOGRAPH-6305)

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

Programming

C
\u6305
JavaScript
\u6305
Java
\u6305
Json
\u6305
Python
\u6305
Perl
\x{6305}
PHP
\x{6305}
Ruby
\u{6305}
Rust
\u{6305}
Go
\u6305

Web

CSS
\006305
HtmlDecimal
挅
HtmlHexadecimal
挅
Url
%E6%8C%85

Code

MD5
e7273dc4f51e46ba4e73eff9784c747e
Sha1
0f0cc91ca521f406e0f7eca5ad82c6ce502a48ab
Base64
5oyF

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6305';
console.log(char);  // Output: 挅

Java:

char c = '\u6305';
System.out.println(c);  // Output: 挅

JSON:

{"text": "\u6305"}  // Value: 挅

Python:

char = '\u6305'
print(char)  # Output: 挅

Perl:

my $char = "\x{6305}";
print $char;  # Output: 挅

PHP:

$char = "\x{6305}";
echo $char;  // Output: 挅

Ruby:

char = "\u{6305}"
puts char  # Output: 挅

Rust:

let c = '\u{6305}';
println!("{}", c);  // Output: 挅

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006305";  /* Display: 挅 */
}

HTML Decimal:

<p>HTML decimal: &#25349;</p>  <!-- Display: 挅 -->

HTML Hexadecimal:

<p>HTML hex: &#x6305;</p>  <!-- Display: 挅 -->

URL Encoding:

// 挅 URL encoding
https://unicodefinder.com/search.php?query=%E6%8C%85

Encodings

MD5:

e7273dc4f51e46ba4e73eff9784c747e

SHA1:

0f0cc91ca521f406e0f7eca5ad82c6ce502a48ab

Base64:

5oyF