Unicode Finder

"挌" U+630C(CJK UNIFIED IDEOGRAPH-630C)

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

Programming

C
\u630C
JavaScript
\u630C
Java
\u630C
Json
\u630C
Python
\u630C
Perl
\x{630C}
PHP
\x{630C}
Ruby
\u{630C}
Rust
\u{630C}
Go
\u630C

Web

CSS
\00630C
HtmlDecimal
挌
HtmlHexadecimal
挌
Url
%E6%8C%8C

Code

MD5
40b2b0ef1d592801b08b360a84d5bc35
Sha1
bf0a87e672c590873afe0ee027c7a83685d2b96d
Base64
5oyM

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u630C';
console.log(char);  // Output: 挌

Java:

char c = '\u630C';
System.out.println(c);  // Output: 挌

JSON:

{"text": "\u630C"}  // Value: 挌

Python:

char = '\u630C'
print(char)  # Output: 挌

Perl:

my $char = "\x{630C}";
print $char;  # Output: 挌

PHP:

$char = "\x{630C}";
echo $char;  // Output: 挌

Ruby:

char = "\u{630C}"
puts char  # Output: 挌

Rust:

let c = '\u{630C}';
println!("{}", c);  // Output: 挌

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00630C";  /* Display: 挌 */
}

HTML Decimal:

<p>HTML decimal: &#25356;</p>  <!-- Display: 挌 -->

HTML Hexadecimal:

<p>HTML hex: &#x630C;</p>  <!-- Display: 挌 -->

URL Encoding:

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

Encodings

MD5:

40b2b0ef1d592801b08b360a84d5bc35

SHA1:

bf0a87e672c590873afe0ee027c7a83685d2b96d

Base64:

5oyM