Unicode Finder

"軆" U+8EC6(CJK UNIFIED IDEOGRAPH-8EC6)

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

Programming

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

Web

CSS
\008EC6
HtmlDecimal
軆
HtmlHexadecimal
軆
Url
%E8%BB%86

Code

MD5
52169cc4bef5be9b2dc9d0aece2dac0d
Sha1
06c33ab2682d25a29b2b28934a44ea3b569e3d67
Base64
6LuG

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8EC6';
console.log(char);  // Output: 軆

Java:

char c = '\u8EC6';
System.out.println(c);  // Output: 軆

JSON:

{"text": "\u8EC6"}  // Value: 軆

Python:

char = '\u8EC6'
print(char)  # Output: 軆

Perl:

my $char = "\x{8EC6}";
print $char;  # Output: 軆

PHP:

$char = "\x{8EC6}";
echo $char;  // Output: 軆

Ruby:

char = "\u{8EC6}"
puts char  # Output: 軆

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36550;</p>  <!-- Display: 軆 -->

HTML Hexadecimal:

<p>HTML hex: &#x8EC6;</p>  <!-- Display: 軆 -->

URL Encoding:

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

Encodings

MD5:

52169cc4bef5be9b2dc9d0aece2dac0d

SHA1:

06c33ab2682d25a29b2b28934a44ea3b569e3d67

Base64:

6LuG