Unicode Finder

"軅" U+8EC5(CJK UNIFIED IDEOGRAPH-8EC5)

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

Programming

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

Web

CSS
\008EC5
HtmlDecimal
軅
HtmlHexadecimal
軅
Url
%E8%BB%85

Code

MD5
1ba13fd3b0f9ca8ed1d337fe45bd33b7
Sha1
babe9643d4b68c13212c5b6ee255d02bc3dc8b45
Base64
6LuF

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8EC5';
console.log(char);  // Output: 軅

Java:

char c = '\u8EC5';
System.out.println(c);  // Output: 軅

JSON:

{"text": "\u8EC5"}  // Value: 軅

Python:

char = '\u8EC5'
print(char)  # Output: 軅

Perl:

my $char = "\x{8EC5}";
print $char;  # Output: 軅

PHP:

$char = "\x{8EC5}";
echo $char;  // Output: 軅

Ruby:

char = "\u{8EC5}"
puts char  # Output: 軅

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36549;</p>  <!-- Display: 軅 -->

HTML Hexadecimal:

<p>HTML hex: &#x8EC5;</p>  <!-- Display: 軅 -->

URL Encoding:

// 軅 URL encoding
https://unicodefinder.com/search.php?query=%E8%BB%85

Encodings

MD5:

1ba13fd3b0f9ca8ed1d337fe45bd33b7

SHA1:

babe9643d4b68c13212c5b6ee255d02bc3dc8b45

Base64:

6LuF