Unicode Finder

"厓" U+5393(CJK UNIFIED IDEOGRAPH-5393)

U+5393
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-5393

Programming

C
\u5393
JavaScript
\u5393
Java
\u5393
Json
\u5393
Python
\u5393
Perl
\x{5393}
PHP
\x{5393}
Ruby
\u{5393}
Rust
\u{5393}
Go
\u5393

Web

CSS
\005393
HtmlDecimal
厓
HtmlHexadecimal
厓
Url
%E5%8E%93

Code

MD5
754a46d8bf98f454cde1462822069921
Sha1
1f2c1bbc660789f5772945a8e5e4efc9ec906c6e
Base64
5Y6T

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5393';
console.log(char);  // Output: 厓

Java:

char c = '\u5393';
System.out.println(c);  // Output: 厓

JSON:

{"text": "\u5393"}  // Value: 厓

Python:

char = '\u5393'
print(char)  # Output: 厓

Perl:

my $char = "\x{5393}";
print $char;  # Output: 厓

PHP:

$char = "\x{5393}";
echo $char;  // Output: 厓

Ruby:

char = "\u{5393}"
puts char  # Output: 厓

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005393";  /* Display: 厓 */
}

HTML Decimal:

<p>HTML decimal: &#21395;</p>  <!-- Display: 厓 -->

HTML Hexadecimal:

<p>HTML hex: &#x5393;</p>  <!-- Display: 厓 -->

URL Encoding:

// 厓 URL encoding
https://unicodefinder.com/search.php?query=%E5%8E%93

Encodings

MD5:

754a46d8bf98f454cde1462822069921

SHA1:

1f2c1bbc660789f5772945a8e5e4efc9ec906c6e

Base64:

5Y6T

© 2025 Unicode Finder

厓 U+5393 CJK UNIFIED IDEOGRAPH-5393 Unicode 字符 - Unicode Finder

Contact: d2@fanqiang.me