Unicode Finder

"軬" U+8EEC(CJK UNIFIED IDEOGRAPH-8EEC)

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

Programming

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

Web

CSS
\008EEC
HtmlDecimal
軬
HtmlHexadecimal
軬
Url
%E8%BB%AC

Code

MD5
43e325e1a3f1a8aa88a343370946de6e
Sha1
118e412e2e98e7ab884a9335db8e0d1d5f99c9fe
Base64
6Lus

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8EEC';
console.log(char);  // Output: 軬

Java:

char c = '\u8EEC';
System.out.println(c);  // Output: 軬

JSON:

{"text": "\u8EEC"}  // Value: 軬

Python:

char = '\u8EEC'
print(char)  # Output: 軬

Perl:

my $char = "\x{8EEC}";
print $char;  # Output: 軬

PHP:

$char = "\x{8EEC}";
echo $char;  // Output: 軬

Ruby:

char = "\u{8EEC}"
puts char  # Output: 軬

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36588;</p>  <!-- Display: 軬 -->

HTML Hexadecimal:

<p>HTML hex: &#x8EEC;</p>  <!-- Display: 軬 -->

URL Encoding:

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

Encodings

MD5:

43e325e1a3f1a8aa88a343370946de6e

SHA1:

118e412e2e98e7ab884a9335db8e0d1d5f99c9fe

Base64:

6Lus