Unicode Finder

"槊" U+69CA(CJK UNIFIED IDEOGRAPH-69CA)

U+69CA
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-69CA

Programming

C
\u69CA
JavaScript
\u69CA
Java
\u69CA
Json
\u69CA
Python
\u69CA
Perl
\x{69CA}
PHP
\x{69CA}
Ruby
\u{69CA}
Rust
\u{69CA}
Go
\u69CA

Web

CSS
\0069CA
HtmlDecimal
槊
HtmlHexadecimal
槊
Url
%E6%A7%8A

Code

MD5
9d43515f47e4d7eb68e0fa7cf5222760
Sha1
4c3275953e6567046bcd9a1c65dedd65ad84334f
Base64
5qeK

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u69CA';
console.log(char);  // Output: 槊

Java:

char c = '\u69CA';
System.out.println(c);  // Output: 槊

JSON:

{"text": "\u69CA"}  // Value: 槊

Python:

char = '\u69CA'
print(char)  # Output: 槊

Perl:

my $char = "\x{69CA}";
print $char;  # Output: 槊

PHP:

$char = "\x{69CA}";
echo $char;  // Output: 槊

Ruby:

char = "\u{69CA}"
puts char  # Output: 槊

Rust:

let c = '\u{69CA}';
println!("{}", c);  // Output: 槊

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0069CA";  /* Display: 槊 */
}

HTML Decimal:

<p>HTML decimal: &#27082;</p>  <!-- Display: 槊 -->

HTML Hexadecimal:

<p>HTML hex: &#x69CA;</p>  <!-- Display: 槊 -->

URL Encoding:

// 槊 URL encoding
https://unicodefinder.com/search.php?query=%E6%A7%8A

Encodings

MD5:

9d43515f47e4d7eb68e0fa7cf5222760

SHA1:

4c3275953e6567046bcd9a1c65dedd65ad84334f

Base64:

5qeK