C:
char c = '\u9174';
printf("%c\n", c); // Output: 酴
JavaScript:
const char = '\u9174';
console.log(char); // Output: 酴
Java:
char c = '\u9174';
System.out.println(c); // Output: 酴
JSON:
{"text": "\u9174"} // Value: 酴
Python:
char = '\u9174'
print(char) # Output: 酴
Perl:
my $char = "\x{9174}";
print $char; # Output: 酴
PHP:
$char = "\x{9174}";
echo $char; // Output: 酴
Ruby:
char = "\u{9174}"
puts char # Output: 酴
Rust:
let c = '\u{9174}';
println!("{}", c); // Output: 酴
Go:
char := '\u9174'
fmt.Printf("%c\n", char) // Output: 酴
CSS:
/* CSS content property */
.element::before {
content: "\009174"; /* 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%85%B4
MD5:
48c6d02c2026c7e3442261adbd1775b2
SHA1:
b3a01528e49644ffd01dd4e2c2c92c3819d159ef
Base64:
6YW0