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