Unicode Finder

"曵" U+66F5(CJK UNIFIED IDEOGRAPH-66F5)

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

Programming

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

Web

CSS
\0066F5
HtmlDecimal
曵
HtmlHexadecimal
曵
Url
%E6%9B%B5

Code

MD5
e83117f6408bdbd8c922b17ff9846093
Sha1
f4a55bb82e2539eb9b9378fc64af72cac035763e
Base64
5pu1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u66F5';
console.log(char);  // Output: 曵

Java:

char c = '\u66F5';
System.out.println(c);  // Output: 曵

JSON:

{"text": "\u66F5"}  // Value: 曵

Python:

char = '\u66F5'
print(char)  # Output: 曵

Perl:

my $char = "\x{66F5}";
print $char;  # Output: 曵

PHP:

$char = "\x{66F5}";
echo $char;  // Output: 曵

Ruby:

char = "\u{66F5}"
puts char  # Output: 曵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#26357;</p>  <!-- Display: 曵 -->

HTML Hexadecimal:

<p>HTML hex: &#x66F5;</p>  <!-- Display: 曵 -->

URL Encoding:

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

Encodings

MD5:

e83117f6408bdbd8c922b17ff9846093

SHA1:

f4a55bb82e2539eb9b9378fc64af72cac035763e

Base64:

5pu1