C:
char c = '\u832A';
printf("%c\n", c); // Output: 茪
JavaScript:
const char = '\u832A';
console.log(char); // Output: 茪
Java:
char c = '\u832A';
System.out.println(c); // Output: 茪
JSON:
{"text": "\u832A"} // Value: 茪
Python:
char = '\u832A'
print(char) # Output: 茪
Perl:
my $char = "\x{832A}";
print $char; # Output: 茪
PHP:
$char = "\x{832A}";
echo $char; // Output: 茪
Ruby:
char = "\u{832A}"
puts char # Output: 茪
Rust:
let c = '\u{832A}';
println!("{}", c); // Output: 茪
Go:
char := '\u832A'
fmt.Printf("%c\n", char) // Output: 茪
CSS:
/* CSS content property */
.element::before {
content: "\00832A"; /* 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%AA
MD5:
b6dd1ea77806f473e33a6f9cadea02cd
SHA1:
81355406a9dd05e08e6f55c39eb5bbee0835ba24
Base64:
6Iyq