Unicode Finder

"挀" U+6300(CJK UNIFIED IDEOGRAPH-6300)

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

Programming

C
\u6300
JavaScript
\u6300
Java
\u6300
Json
\u6300
Python
\u6300
Perl
\x{6300}
PHP
\x{6300}
Ruby
\u{6300}
Rust
\u{6300}
Go
\u6300

Web

CSS
\006300
HtmlDecimal
挀
HtmlHexadecimal
挀
Url
%E6%8C%80

Code

MD5
e26227a2e2f34ae023ab068166bbc586
Sha1
dfc084507bf8a9dd28b3f78ba250a1f7291a3711
Base64
5oyA

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6300';
console.log(char);  // Output: 挀

Java:

char c = '\u6300';
System.out.println(c);  // Output: 挀

JSON:

{"text": "\u6300"}  // Value: 挀

Python:

char = '\u6300'
print(char)  # Output: 挀

Perl:

my $char = "\x{6300}";
print $char;  # Output: 挀

PHP:

$char = "\x{6300}";
echo $char;  // Output: 挀

Ruby:

char = "\u{6300}"
puts char  # Output: 挀

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006300";  /* Display: 挀 */
}

HTML Decimal:

<p>HTML decimal: &#25344;</p>  <!-- Display: 挀 -->

HTML Hexadecimal:

<p>HTML hex: &#x6300;</p>  <!-- Display: 挀 -->

URL Encoding:

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

Encodings

MD5:

e26227a2e2f34ae023ab068166bbc586

SHA1:

dfc084507bf8a9dd28b3f78ba250a1f7291a3711

Base64:

5oyA