C:
char c = '\uB32B';
printf("%c\n", c); // Output: 댫
JavaScript:
const char = '\uB32B';
console.log(char); // Output: 댫
Java:
char c = '\uB32B';
System.out.println(c); // Output: 댫
JSON:
{"text": "\uB32B"} // Value: 댫
Python:
char = '\uB32B'
print(char) # Output: 댫
Perl:
my $char = "\x{B32B}";
print $char; # Output: 댫
PHP:
$char = "\x{B32B}";
echo $char; // Output: 댫
Ruby:
char = "\u{B32B}"
puts char # Output: 댫
Rust:
let c = '\u{B32B}';
println!("{}", c); // Output: 댫
Go:
char := '\uB32B'
fmt.Printf("%c\n", char) // Output: 댫
CSS:
/* CSS content property */
.element::before {
content: "\00B32B"; /* 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%AB
MD5:
695a3417827d8f20e8733649d6e47bfc
SHA1:
f5bf6a0b13211c44403f9232026a0add4cbfa5c6
Base64:
64yr