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