Unicode Finder

"挰" U+6330(CJK UNIFIED IDEOGRAPH-6330)

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

Programming

C
\u6330
JavaScript
\u6330
Java
\u6330
Json
\u6330
Python
\u6330
Perl
\x{6330}
PHP
\x{6330}
Ruby
\u{6330}
Rust
\u{6330}
Go
\u6330

Web

CSS
\006330
HtmlDecimal
挰
HtmlHexadecimal
挰
Url
%E6%8C%B0

Code

MD5
b7cb6273cea469fc298711254cc93bc1
Sha1
21b8b7e61ef0d7476d3153d298678dfb353ade7e
Base64
5oyw

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u6330';
console.log(char);  // Output: 挰

Java:

char c = '\u6330';
System.out.println(c);  // Output: 挰

JSON:

{"text": "\u6330"}  // Value: 挰

Python:

char = '\u6330'
print(char)  # Output: 挰

Perl:

my $char = "\x{6330}";
print $char;  # Output: 挰

PHP:

$char = "\x{6330}";
echo $char;  // Output: 挰

Ruby:

char = "\u{6330}"
puts char  # Output: 挰

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006330";  /* Display: 挰 */
}

HTML Decimal:

<p>HTML decimal: &#25392;</p>  <!-- Display: 挰 -->

HTML Hexadecimal:

<p>HTML hex: &#x6330;</p>  <!-- Display: 挰 -->

URL Encoding:

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

Encodings

MD5:

b7cb6273cea469fc298711254cc93bc1

SHA1:

21b8b7e61ef0d7476d3153d298678dfb353ade7e

Base64:

5oyw