Unicode Finder

"楝" U+695D(CJK UNIFIED IDEOGRAPH-695D)

U+695D
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-695D

Programming

C
\u695D
JavaScript
\u695D
Java
\u695D
Json
\u695D
Python
\u695D
Perl
\x{695D}
PHP
\x{695D}
Ruby
\u{695D}
Rust
\u{695D}
Go
\u695D

Web

CSS
\00695D
HtmlDecimal
楝
HtmlHexadecimal
楝
Url
%E6%A5%9D

Code

MD5
707781bc17579ec7aa9cbce0b35fda20
Sha1
355452a02564e899fed84adf10872240eeacd463
Base64
5qWd

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u695D';
console.log(char);  // Output: 楝

Java:

char c = '\u695D';
System.out.println(c);  // Output: 楝

JSON:

{"text": "\u695D"}  // Value: 楝

Python:

char = '\u695D'
print(char)  # Output: 楝

Perl:

my $char = "\x{695D}";
print $char;  # Output: 楝

PHP:

$char = "\x{695D}";
echo $char;  // Output: 楝

Ruby:

char = "\u{695D}"
puts char  # Output: 楝

Rust:

let c = '\u{695D}';
println!("{}", c);  // Output: 楝

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00695D";  /* Display: 楝 */
}

HTML Decimal:

<p>HTML decimal: &#26973;</p>  <!-- Display: 楝 -->

HTML Hexadecimal:

<p>HTML hex: &#x695D;</p>  <!-- Display: 楝 -->

URL Encoding:

// 楝 URL encoding
https://unicodefinder.com/search.php?query=%E6%A5%9D

Encodings

MD5:

707781bc17579ec7aa9cbce0b35fda20

SHA1:

355452a02564e899fed84adf10872240eeacd463

Base64:

5qWd