Unicode Finder

"揻" U+63FB(CJK UNIFIED IDEOGRAPH-63FB)

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

Programming

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

Web

CSS
\0063FB
HtmlDecimal
揻
HtmlHexadecimal
揻
Url
%E6%8F%BB

Code

MD5
ad494c3fd2373d110ffe522762795af9
Sha1
de552fdfcec21f09ab02f29c212277cc54a10782
Base64
5o+7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u63FB';
console.log(char);  // Output: 揻

Java:

char c = '\u63FB';
System.out.println(c);  // Output: 揻

JSON:

{"text": "\u63FB"}  // Value: 揻

Python:

char = '\u63FB'
print(char)  # Output: 揻

Perl:

my $char = "\x{63FB}";
print $char;  # Output: 揻

PHP:

$char = "\x{63FB}";
echo $char;  // Output: 揻

Ruby:

char = "\u{63FB}"
puts char  # Output: 揻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#25595;</p>  <!-- Display: 揻 -->

HTML Hexadecimal:

<p>HTML hex: &#x63FB;</p>  <!-- Display: 揻 -->

URL Encoding:

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

Encodings

MD5:

ad494c3fd2373d110ffe522762795af9

SHA1:

de552fdfcec21f09ab02f29c212277cc54a10782

Base64:

5o+7