Unicode Finder

"楻" U+697B(CJK UNIFIED IDEOGRAPH-697B)

U+697B
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-697B

Programming

C
\u697B
JavaScript
\u697B
Java
\u697B
Json
\u697B
Python
\u697B
Perl
\x{697B}
PHP
\x{697B}
Ruby
\u{697B}
Rust
\u{697B}
Go
\u697B

Web

CSS
\00697B
HtmlDecimal
楻
HtmlHexadecimal
楻
Url
%E6%A5%BB

Code

MD5
2594540c80aef1b4fc26be75b281382d
Sha1
47d217592e4d4428d666b5e2b50c8beae0f7412d
Base64
5qW7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u697B';
console.log(char);  // Output: 楻

Java:

char c = '\u697B';
System.out.println(c);  // Output: 楻

JSON:

{"text": "\u697B"}  // Value: 楻

Python:

char = '\u697B'
print(char)  # Output: 楻

Perl:

my $char = "\x{697B}";
print $char;  # Output: 楻

PHP:

$char = "\x{697B}";
echo $char;  // Output: 楻

Ruby:

char = "\u{697B}"
puts char  # Output: 楻

Rust:

let c = '\u{697B}';
println!("{}", c);  // Output: 楻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00697B";  /* Display: 楻 */
}

HTML Decimal:

<p>HTML decimal: &#27003;</p>  <!-- Display: 楻 -->

HTML Hexadecimal:

<p>HTML hex: &#x697B;</p>  <!-- Display: 楻 -->

URL Encoding:

// 楻 URL encoding
https://unicodefinder.com/search.php?query=%E6%A5%BB

Encodings

MD5:

2594540c80aef1b4fc26be75b281382d

SHA1:

47d217592e4d4428d666b5e2b50c8beae0f7412d

Base64:

5qW7