C:
char c = '\uB32E';
printf("%c\n", c); // Output: 댮
JavaScript:
const char = '\uB32E';
console.log(char); // Output: 댮
Java:
char c = '\uB32E';
System.out.println(c); // Output: 댮
JSON:
{"text": "\uB32E"} // Value: 댮
Python:
char = '\uB32E'
print(char) # Output: 댮
Perl:
my $char = "\x{B32E}";
print $char; # Output: 댮
PHP:
$char = "\x{B32E}";
echo $char; // Output: 댮
Ruby:
char = "\u{B32E}"
puts char # Output: 댮
Rust:
let c = '\u{B32E}';
println!("{}", c); // Output: 댮
Go:
char := '\uB32E'
fmt.Printf("%c\n", char) // Output: 댮
CSS:
/* CSS content property */
.element::before {
content: "\00B32E"; /* 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=%EB%8C%AE
MD5:
9f5f5ff38ba01d6aa2971949a963fd07
SHA1:
d64fa211dcb15d1c3b979a7a980995ed3bcae024
Base64:
64yu