Unicode Finder

"曶" U+66F6(CJK UNIFIED IDEOGRAPH-66F6)

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

Programming

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

Web

CSS
\0066F6
HtmlDecimal
曶
HtmlHexadecimal
曶
Url
%E6%9B%B6

Code

MD5
12bd8cbaef9364f528de20dbb9e3d90e
Sha1
260338e5774b931b87a126d77eb3b07a44033623
Base64
5pu2

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u66F6';
console.log(char);  // Output: 曶

Java:

char c = '\u66F6';
System.out.println(c);  // Output: 曶

JSON:

{"text": "\u66F6"}  // Value: 曶

Python:

char = '\u66F6'
print(char)  # Output: 曶

Perl:

my $char = "\x{66F6}";
print $char;  # Output: 曶

PHP:

$char = "\x{66F6}";
echo $char;  // Output: 曶

Ruby:

char = "\u{66F6}"
puts char  # Output: 曶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#26358;</p>  <!-- Display: 曶 -->

HTML Hexadecimal:

<p>HTML hex: &#x66F6;</p>  <!-- Display: 曶 -->

URL Encoding:

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

Encodings

MD5:

12bd8cbaef9364f528de20dbb9e3d90e

SHA1:

260338e5774b931b87a126d77eb3b07a44033623

Base64:

5pu2