Unicode Finder

"挐" U+6310(CJK UNIFIED IDEOGRAPH-6310)

U+6310
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-6310

Programming

C
\u6310
JavaScript
\u6310
Java
\u6310
Json
\u6310
Python
\u6310
Perl
\x{6310}
PHP
\x{6310}
Ruby
\u{6310}
Rust
\u{6310}
Go
\u6310

Web

CSS
\006310
HtmlDecimal
挐
HtmlHexadecimal
挐
Url
%E6%8C%90

Code

MD5
fb851c5bd53f2d5d7cc696cb0dae7ad2
Sha1
5c734457c22a396879f38497142bd89db44145d3
Base64
5oyQ

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6310';
console.log(char);  // Output: 挐

Java:

char c = '\u6310';
System.out.println(c);  // Output: 挐

JSON:

{"text": "\u6310"}  // Value: 挐

Python:

char = '\u6310'
print(char)  # Output: 挐

Perl:

my $char = "\x{6310}";
print $char;  # Output: 挐

PHP:

$char = "\x{6310}";
echo $char;  // Output: 挐

Ruby:

char = "\u{6310}"
puts char  # Output: 挐

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006310";  /* Display: 挐 */
}

HTML Decimal:

<p>HTML decimal: &#25360;</p>  <!-- Display: 挐 -->

HTML Hexadecimal:

<p>HTML hex: &#x6310;</p>  <!-- Display: 挐 -->

URL Encoding:

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

Encodings

MD5:

fb851c5bd53f2d5d7cc696cb0dae7ad2

SHA1:

5c734457c22a396879f38497142bd89db44145d3

Base64:

5oyQ