Unicode Finder

"揃" U+63C3(CJK UNIFIED IDEOGRAPH-63C3)

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

Programming

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

Web

CSS
\0063C3
HtmlDecimal
揃
HtmlHexadecimal
揃
Url
%E6%8F%83

Code

MD5
9820e262c81701218accaf178b4055a7
Sha1
1443fc0a1fc3858572523070b0e1518aaa834506
Base64
5o+D

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u63C3';
console.log(char);  // Output: 揃

Java:

char c = '\u63C3';
System.out.println(c);  // Output: 揃

JSON:

{"text": "\u63C3"}  // Value: 揃

Python:

char = '\u63C3'
print(char)  # Output: 揃

Perl:

my $char = "\x{63C3}";
print $char;  # Output: 揃

PHP:

$char = "\x{63C3}";
echo $char;  // Output: 揃

Ruby:

char = "\u{63C3}"
puts char  # Output: 揃

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25539;</p>  <!-- Display: 揃 -->

HTML Hexadecimal:

<p>HTML hex: &#x63C3;</p>  <!-- Display: 揃 -->

URL Encoding:

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

Encodings

MD5:

9820e262c81701218accaf178b4055a7

SHA1:

1443fc0a1fc3858572523070b0e1518aaa834506

Base64:

5o+D