Unicode Finder

"更" U+66F4(CJK UNIFIED IDEOGRAPH-66F4)

U+66F4
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-66F4

Programming

C
\u66F4
JavaScript
\u66F4
Java
\u66F4
Json
\u66F4
Python
\u66F4
Perl
\x{66F4}
PHP
\x{66F4}
Ruby
\u{66F4}
Rust
\u{66F4}
Go
\u66F4

Web

CSS
\0066F4
HtmlDecimal
更
HtmlHexadecimal
更
Url
%E6%9B%B4

Code

MD5
13541715a588d3829a7f6f46c735411d
Sha1
16f2481170f0d6d7c8b01b1fd2fe507367df3eeb
Base64
5pu0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u66F4';
console.log(char);  // Output: 更

Java:

char c = '\u66F4';
System.out.println(c);  // Output: 更

JSON:

{"text": "\u66F4"}  // Value: 更

Python:

char = '\u66F4'
print(char)  # Output: 更

Perl:

my $char = "\x{66F4}";
print $char;  # Output: 更

PHP:

$char = "\x{66F4}";
echo $char;  // Output: 更

Ruby:

char = "\u{66F4}"
puts char  # Output: 更

Rust:

let c = '\u{66F4}';
println!("{}", c);  // Output: 更

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0066F4";  /* Display: 更 */
}

HTML Decimal:

<p>HTML decimal: &#26356;</p>  <!-- Display: 更 -->

HTML Hexadecimal:

<p>HTML hex: &#x66F4;</p>  <!-- Display: 更 -->

URL Encoding:

// 更 URL encoding
https://unicodefinder.com/search.php?query=%E6%9B%B4

Encodings

MD5:

13541715a588d3829a7f6f46c735411d

SHA1:

16f2481170f0d6d7c8b01b1fd2fe507367df3eeb

Base64:

5pu0