Unicode Finder

"楒" U+6952(CJK UNIFIED IDEOGRAPH-6952)

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

Programming

C
\u6952
JavaScript
\u6952
Java
\u6952
Json
\u6952
Python
\u6952
Perl
\x{6952}
PHP
\x{6952}
Ruby
\u{6952}
Rust
\u{6952}
Go
\u6952

Web

CSS
\006952
HtmlDecimal
楒
HtmlHexadecimal
楒
Url
%E6%A5%92

Code

MD5
0ee41675c9f5db400f1d964ca25c38c0
Sha1
37523c0acdf582e0d89c35c61fdece9892cf1350
Base64
5qWS

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u6952';
console.log(char);  // Output: 楒

Java:

char c = '\u6952';
System.out.println(c);  // Output: 楒

JSON:

{"text": "\u6952"}  // Value: 楒

Python:

char = '\u6952'
print(char)  # Output: 楒

Perl:

my $char = "\x{6952}";
print $char;  # Output: 楒

PHP:

$char = "\x{6952}";
echo $char;  // Output: 楒

Ruby:

char = "\u{6952}"
puts char  # Output: 楒

Rust:

let c = '\u{6952}';
println!("{}", c);  // Output: 楒

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006952";  /* Display: 楒 */
}

HTML Decimal:

<p>HTML decimal: &#26962;</p>  <!-- Display: 楒 -->

HTML Hexadecimal:

<p>HTML hex: &#x6952;</p>  <!-- Display: 楒 -->

URL Encoding:

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

Encodings

MD5:

0ee41675c9f5db400f1d964ca25c38c0

SHA1:

37523c0acdf582e0d89c35c61fdece9892cf1350

Base64:

5qWS