C:
char c = '\u9193';
printf("%c\n", c); // Output: 醓
JavaScript:
const char = '\u9193';
console.log(char); // Output: 醓
Java:
char c = '\u9193';
System.out.println(c); // Output: 醓
JSON:
{"text": "\u9193"} // Value: 醓
Python:
char = '\u9193'
print(char) # Output: 醓
Perl:
my $char = "\x{9193}";
print $char; # Output: 醓
PHP:
$char = "\x{9193}";
echo $char; // Output: 醓
Ruby:
char = "\u{9193}"
puts char # Output: 醓
Rust:
let c = '\u{9193}';
println!("{}", c); // Output: 醓
Go:
char := '\u9193'
fmt.Printf("%c\n", char) // Output: 醓
CSS:
/* CSS content property */
.element::before {
content: "\009193"; /* 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=%E9%86%93
MD5:
2d3dda39201b1c4e20e2768a514104eb
SHA1:
aaaefad7efa08fc6dda464853716ffae1b82e7f1
Base64:
6YaT