C:
char c = '\uB574';
printf("%c\n", c); // Output: 땴
JavaScript:
const char = '\uB574';
console.log(char); // Output: 땴
Java:
char c = '\uB574';
System.out.println(c); // Output: 땴
JSON:
{"text": "\uB574"} // Value: 땴
Python:
char = '\uB574'
print(char) # Output: 땴
Perl:
my $char = "\x{B574}";
print $char; # Output: 땴
PHP:
$char = "\x{B574}";
echo $char; // Output: 땴
Ruby:
char = "\u{B574}"
puts char # Output: 땴
Rust:
let c = '\u{B574}';
println!("{}", c); // Output: 땴
Go:
char := '\uB574'
fmt.Printf("%c\n", char) // Output: 땴
CSS:
/* CSS content property */
.element::before {
content: "\00B574"; /* 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%95%B4
MD5:
2cc6720f9457acee8ceef3cbc08b72ae
SHA1:
9b7f15f36e66aa8ae6bc8109227f10ed675edfc3
Base64:
65W0