Unicode Finder

"揺" U+63FA(CJK UNIFIED IDEOGRAPH-63FA)

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

Programming

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

Web

CSS
\0063FA
HtmlDecimal
揺
HtmlHexadecimal
揺
Url
%E6%8F%BA

Code

MD5
d753441d1865f219282eff7abbd2a3d4
Sha1
315ad66ae7f7ddf9648e165cfb380c5b3541d434
Base64
5o+6

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u63FA';
console.log(char);  // Output: 揺

Java:

char c = '\u63FA';
System.out.println(c);  // Output: 揺

JSON:

{"text": "\u63FA"}  // Value: 揺

Python:

char = '\u63FA'
print(char)  # Output: 揺

Perl:

my $char = "\x{63FA}";
print $char;  # Output: 揺

PHP:

$char = "\x{63FA}";
echo $char;  // Output: 揺

Ruby:

char = "\u{63FA}"
puts char  # Output: 揺

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25594;</p>  <!-- Display: 揺 -->

HTML Hexadecimal:

<p>HTML hex: &#x63FA;</p>  <!-- Display: 揺 -->

URL Encoding:

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

Encodings

MD5:

d753441d1865f219282eff7abbd2a3d4

SHA1:

315ad66ae7f7ddf9648e165cfb380c5b3541d434

Base64:

5o+6