C:
char c = '\u8508';
printf("%c\n", c); // Output: 蔈
JavaScript:
const char = '\u8508';
console.log(char); // Output: 蔈
Java:
char c = '\u8508';
System.out.println(c); // Output: 蔈
JSON:
{"text": "\u8508"} // Value: 蔈
Python:
char = '\u8508'
print(char) # Output: 蔈
Perl:
my $char = "\x{8508}";
print $char; # Output: 蔈
PHP:
$char = "\x{8508}";
echo $char; // Output: 蔈
Ruby:
char = "\u{8508}"
puts char # Output: 蔈
Rust:
let c = '\u{8508}';
println!("{}", c); // Output: 蔈
Go:
char := '\u8508'
fmt.Printf("%c\n", char) // Output: 蔈
CSS:
/* CSS content property */
.element::before {
content: "\008508"; /* 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%88
MD5:
253c3d21b79dcdac13487c3159b687f5
SHA1:
f4ec1bebcbcb16578cfe5dddf4996d438a7cbeb1
Base64:
6JSI