C:
char c = '\u8EE5';
printf("%c\n", c); // Output: 軥
JavaScript:
const char = '\u8EE5';
console.log(char); // Output: 軥
Java:
char c = '\u8EE5';
System.out.println(c); // Output: 軥
JSON:
{"text": "\u8EE5"} // Value: 軥
Python:
char = '\u8EE5'
print(char) # Output: 軥
Perl:
my $char = "\x{8EE5}";
print $char; # Output: 軥
PHP:
$char = "\x{8EE5}";
echo $char; // Output: 軥
Ruby:
char = "\u{8EE5}"
puts char # Output: 軥
Rust:
let c = '\u{8EE5}';
println!("{}", c); // Output: 軥
Go:
char := '\u8EE5'
fmt.Printf("%c\n", char) // Output: 軥
CSS:
/* CSS content property */
.element::before {
content: "\008EE5"; /* Display: 軥 */
}
HTML Decimal:
<p>HTML decimal: 軥</p> <!-- Display: 軥 -->
HTML Hexadecimal:
<p>HTML hex: 軥</p> <!-- Display: 軥 -->
URL Encoding:
// 軥 URL encoding
https://unicodefinder.com/search.php?query=%E8%BB%A5
MD5:
fbca04114af511c468f74ac0da3e0549
SHA1:
ba0fcdd7cc21e91150f646a114f3cd04723637a0
Base64:
6Lul