Unicode Finder

"蹙" U+8E59(CJK UNIFIED IDEOGRAPH-8E59)

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

Programming

C
\u8E59
JavaScript
\u8E59
Java
\u8E59
Json
\u8E59
Python
\u8E59
Perl
\x{8E59}
PHP
\x{8E59}
Ruby
\u{8E59}
Rust
\u{8E59}
Go
\u8E59

Web

CSS
\008E59
HtmlDecimal
蹙
HtmlHexadecimal
蹙
Url
%E8%B9%99

Code

MD5
a5c71665a40289c85dc9d375fc9e536f
Sha1
1e1fd961eb56ab7512d77a481b69db336d6704ee
Base64
6LmZ

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8E59';
console.log(char);  // Output: 蹙

Java:

char c = '\u8E59';
System.out.println(c);  // Output: 蹙

JSON:

{"text": "\u8E59"}  // Value: 蹙

Python:

char = '\u8E59'
print(char)  # Output: 蹙

Perl:

my $char = "\x{8E59}";
print $char;  # Output: 蹙

PHP:

$char = "\x{8E59}";
echo $char;  // Output: 蹙

Ruby:

char = "\u{8E59}"
puts char  # Output: 蹙

Rust:

let c = '\u{8E59}';
println!("{}", c);  // Output: 蹙

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008E59";  /* Display: 蹙 */
}

HTML Decimal:

<p>HTML decimal: &#36441;</p>  <!-- Display: 蹙 -->

HTML Hexadecimal:

<p>HTML hex: &#x8E59;</p>  <!-- Display: 蹙 -->

URL Encoding:

// 蹙 URL encoding
https://unicodefinder.com/search.php?query=%E8%B9%99

Encodings

MD5:

a5c71665a40289c85dc9d375fc9e536f

SHA1:

1e1fd961eb56ab7512d77a481b69db336d6704ee

Base64:

6LmZ