Unicode Finder

"揆" U+63C6(CJK UNIFIED IDEOGRAPH-63C6)

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

Programming

C
\u63C6
JavaScript
\u63C6
Java
\u63C6
Json
\u63C6
Python
\u63C6
Perl
\x{63C6}
PHP
\x{63C6}
Ruby
\u{63C6}
Rust
\u{63C6}
Go
\u63C6

Web

CSS
\0063C6
HtmlDecimal
揆
HtmlHexadecimal
揆
Url
%E6%8F%86

Code

MD5
c335def7ce89d96100344efa5a1bdeb7
Sha1
3a6e1da4d4d066edb4d4d4e9cd17e607c9c7f640
Base64
5o+G

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u63C6';
console.log(char);  // Output: 揆

Java:

char c = '\u63C6';
System.out.println(c);  // Output: 揆

JSON:

{"text": "\u63C6"}  // Value: 揆

Python:

char = '\u63C6'
print(char)  # Output: 揆

Perl:

my $char = "\x{63C6}";
print $char;  # Output: 揆

PHP:

$char = "\x{63C6}";
echo $char;  // Output: 揆

Ruby:

char = "\u{63C6}"
puts char  # Output: 揆

Rust:

let c = '\u{63C6}';
println!("{}", c);  // Output: 揆

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0063C6";  /* Display: 揆 */
}

HTML Decimal:

<p>HTML decimal: &#25542;</p>  <!-- Display: 揆 -->

HTML Hexadecimal:

<p>HTML hex: &#x63C6;</p>  <!-- Display: 揆 -->

URL Encoding:

// 揆 URL encoding
https://unicodefinder.com/search.php?query=%E6%8F%86

Encodings

MD5:

c335def7ce89d96100344efa5a1bdeb7

SHA1:

3a6e1da4d4d066edb4d4d4e9cd17e607c9c7f640

Base64:

5o+G