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