Unicode Finder

"軶" U+8EF6(CJK UNIFIED IDEOGRAPH-8EF6)

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

Programming

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

Web

CSS
\008EF6
HtmlDecimal
軶
HtmlHexadecimal
軶
Url
%E8%BB%B6

Code

MD5
38a2c2123e50a0efa88fcc71f2cf1a78
Sha1
3fbd1252b2a3b1d2962820e71d3c071bec1fe9ea
Base64
6Lu2

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8EF6';
console.log(char);  // Output: 軶

Java:

char c = '\u8EF6';
System.out.println(c);  // Output: 軶

JSON:

{"text": "\u8EF6"}  // Value: 軶

Python:

char = '\u8EF6'
print(char)  # Output: 軶

Perl:

my $char = "\x{8EF6}";
print $char;  # Output: 軶

PHP:

$char = "\x{8EF6}";
echo $char;  // Output: 軶

Ruby:

char = "\u{8EF6}"
puts char  # Output: 軶

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36598;</p>  <!-- Display: 軶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8EF6;</p>  <!-- Display: 軶 -->

URL Encoding:

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

Encodings

MD5:

38a2c2123e50a0efa88fcc71f2cf1a78

SHA1:

3fbd1252b2a3b1d2962820e71d3c071bec1fe9ea

Base64:

6Lu2