C:
char c = '\u9194';
printf("%c\n", c); // Output: 醔
JavaScript:
const char = '\u9194';
console.log(char); // Output: 醔
Java:
char c = '\u9194';
System.out.println(c); // Output: 醔
JSON:
{"text": "\u9194"} // Value: 醔
Python:
char = '\u9194'
print(char) # Output: 醔
Perl:
my $char = "\x{9194}";
print $char; # Output: 醔
PHP:
$char = "\x{9194}";
echo $char; // Output: 醔
Ruby:
char = "\u{9194}"
puts char # Output: 醔
Rust:
let c = '\u{9194}';
println!("{}", c); // Output: 醔
Go:
char := '\u9194'
fmt.Printf("%c\n", char) // Output: 醔
CSS:
/* CSS content property */
.element::before {
content: "\009194"; /* 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%94
MD5:
3eb9c6136e50dfafa1c7c9c3702ddc19
SHA1:
640be92c9d593b67fc5c71187d1ab1a14133d547
Base64:
6YaU