Unicode Finder

"噏" U+564F(CJK UNIFIED IDEOGRAPH-564F)

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

Programming

C
\u564F
JavaScript
\u564F
Java
\u564F
Json
\u564F
Python
\u564F
Perl
\x{564F}
PHP
\x{564F}
Ruby
\u{564F}
Rust
\u{564F}
Go
\u564F

Web

CSS
\00564F
HtmlDecimal
噏
HtmlHexadecimal
噏
Url
%E5%99%8F

Code

MD5
361149046a82be392079e108222acec4
Sha1
c32bd71f2113168ea82f74d7f419985f146f59ae
Base64
5ZmP

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u564F';
console.log(char);  // Output: 噏

Java:

char c = '\u564F';
System.out.println(c);  // Output: 噏

JSON:

{"text": "\u564F"}  // Value: 噏

Python:

char = '\u564F'
print(char)  # Output: 噏

Perl:

my $char = "\x{564F}";
print $char;  # Output: 噏

PHP:

$char = "\x{564F}";
echo $char;  // Output: 噏

Ruby:

char = "\u{564F}"
puts char  # Output: 噏

Rust:

let c = '\u{564F}';
println!("{}", c);  // Output: 噏

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00564F";  /* Display: 噏 */
}

HTML Decimal:

<p>HTML decimal: &#22095;</p>  <!-- Display: 噏 -->

HTML Hexadecimal:

<p>HTML hex: &#x564F;</p>  <!-- Display: 噏 -->

URL Encoding:

// 噏 URL encoding
https://unicodefinder.com/search.php?query=%E5%99%8F

Encodings

MD5:

361149046a82be392079e108222acec4

SHA1:

c32bd71f2113168ea82f74d7f419985f146f59ae

Base64:

5ZmP