C:
char c = '\u8EEE';
printf("%c\n", c); // Output: 軮
JavaScript:
const char = '\u8EEE';
console.log(char); // Output: 軮
Java:
char c = '\u8EEE';
System.out.println(c); // Output: 軮
JSON:
{"text": "\u8EEE"} // Value: 軮
Python:
char = '\u8EEE'
print(char) # Output: 軮
Perl:
my $char = "\x{8EEE}";
print $char; # Output: 軮
PHP:
$char = "\x{8EEE}";
echo $char; // Output: 軮
Ruby:
char = "\u{8EEE}"
puts char # Output: 軮
Rust:
let c = '\u{8EEE}';
println!("{}", c); // Output: 軮
Go:
char := '\u8EEE'
fmt.Printf("%c\n", char) // Output: 軮
CSS:
/* CSS content property */
.element::before {
content: "\008EEE"; /* 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%AE
MD5:
437c65c42e5edc182fbde6477a7bc62e
SHA1:
6ba89beca05f4a757a90bf359e0217705d25e7d6
Base64:
6Luu