Unicode Finder

"梜" U+689C(CJK UNIFIED IDEOGRAPH-689C)

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

Programming

C
\u689C
JavaScript
\u689C
Java
\u689C
Json
\u689C
Python
\u689C
Perl
\x{689C}
PHP
\x{689C}
Ruby
\u{689C}
Rust
\u{689C}
Go
\u689C

Web

CSS
\00689C
HtmlDecimal
梜
HtmlHexadecimal
梜
Url
%E6%A2%9C

Code

MD5
07d72ed11df921cf63e03751e05d4cd9
Sha1
5630ced4d1c4d301d3518c33a98f9005d4762aee
Base64
5qKc

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u689C';
console.log(char);  // Output: 梜

Java:

char c = '\u689C';
System.out.println(c);  // Output: 梜

JSON:

{"text": "\u689C"}  // Value: 梜

Python:

char = '\u689C'
print(char)  # Output: 梜

Perl:

my $char = "\x{689C}";
print $char;  # Output: 梜

PHP:

$char = "\x{689C}";
echo $char;  // Output: 梜

Ruby:

char = "\u{689C}"
puts char  # Output: 梜

Rust:

let c = '\u{689C}';
println!("{}", c);  // Output: 梜

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00689C";  /* Display: 梜 */
}

HTML Decimal:

<p>HTML decimal: &#26780;</p>  <!-- Display: 梜 -->

HTML Hexadecimal:

<p>HTML hex: &#x689C;</p>  <!-- Display: 梜 -->

URL Encoding:

// 梜 URL encoding
https://unicodefinder.com/search.php?query=%E6%A2%9C

Encodings

MD5:

07d72ed11df921cf63e03751e05d4cd9

SHA1:

5630ced4d1c4d301d3518c33a98f9005d4762aee

Base64:

5qKc