C:
char c = '\uB2F4';
printf("%c\n", c); // Output: 담
JavaScript:
const char = '\uB2F4';
console.log(char); // Output: 담
Java:
char c = '\uB2F4';
System.out.println(c); // Output: 담
JSON:
{"text": "\uB2F4"} // Value: 담
Python:
char = '\uB2F4'
print(char) # Output: 담
Perl:
my $char = "\x{B2F4}";
print $char; # Output: 담
PHP:
$char = "\x{B2F4}";
echo $char; // Output: 담
Ruby:
char = "\u{B2F4}"
puts char # Output: 담
Rust:
let c = '\u{B2F4}';
println!("{}", c); // Output: 담
Go:
char := '\uB2F4'
fmt.Printf("%c\n", char) // Output: 담
CSS:
/* CSS content property */
.element::before {
content: "\00B2F4"; /* 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%8B%B4
MD5:
14dc80d00331ee94dd381b0e3edb2b13
SHA1:
1d35d1e41d2804dfd91281dfaea217e3acb1cb27
Base64:
64u0