Unicode Finder

"挋" U+630B(CJK UNIFIED IDEOGRAPH-630B)

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

Programming

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

Web

CSS
\00630B
HtmlDecimal
挋
HtmlHexadecimal
挋
Url
%E6%8C%8B

Code

MD5
95bd95de84c82e4c095b8d5c819ee81a
Sha1
20ec1b2d722bd9e0e249c6921aaa4a02d6025d19
Base64
5oyL

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u630B';
console.log(char);  // Output: 挋

Java:

char c = '\u630B';
System.out.println(c);  // Output: 挋

JSON:

{"text": "\u630B"}  // Value: 挋

Python:

char = '\u630B'
print(char)  # Output: 挋

Perl:

my $char = "\x{630B}";
print $char;  # Output: 挋

PHP:

$char = "\x{630B}";
echo $char;  // Output: 挋

Ruby:

char = "\u{630B}"
puts char  # Output: 挋

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25355;</p>  <!-- Display: 挋 -->

HTML Hexadecimal:

<p>HTML hex: &#x630B;</p>  <!-- Display: 挋 -->

URL Encoding:

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

Encodings

MD5:

95bd95de84c82e4c095b8d5c819ee81a

SHA1:

20ec1b2d722bd9e0e249c6921aaa4a02d6025d19

Base64:

5oyL