C:
char c = '\u8329';
printf("%c\n", c); // Output: 茩
JavaScript:
const char = '\u8329';
console.log(char); // Output: 茩
Java:
char c = '\u8329';
System.out.println(c); // Output: 茩
JSON:
{"text": "\u8329"} // Value: 茩
Python:
char = '\u8329'
print(char) # Output: 茩
Perl:
my $char = "\x{8329}";
print $char; # Output: 茩
PHP:
$char = "\x{8329}";
echo $char; // Output: 茩
Ruby:
char = "\u{8329}"
puts char # Output: 茩
Rust:
let c = '\u{8329}';
println!("{}", c); // Output: 茩
Go:
char := '\u8329'
fmt.Printf("%c\n", char) // Output: 茩
CSS:
/* CSS content property */
.element::before {
content: "\008329"; /* 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%8C%A9
MD5:
9dbf6da954e539d4d13c13871dcee85e
SHA1:
83bec158e94b3303bfcf7e7dd14bd25e04538d4c
Base64:
6Iyp