C:
char c = '\uB576';
printf("%c\n", c); // Output: 땶
JavaScript:
const char = '\uB576';
console.log(char); // Output: 땶
Java:
char c = '\uB576';
System.out.println(c); // Output: 땶
JSON:
{"text": "\uB576"} // Value: 땶
Python:
char = '\uB576'
print(char) # Output: 땶
Perl:
my $char = "\x{B576}";
print $char; # Output: 땶
PHP:
$char = "\x{B576}";
echo $char; // Output: 땶
Ruby:
char = "\u{B576}"
puts char # Output: 땶
Rust:
let c = '\u{B576}';
println!("{}", c); // Output: 땶
Go:
char := '\uB576'
fmt.Printf("%c\n", char) // Output: 땶
CSS:
/* CSS content property */
.element::before {
content: "\00B576"; /* 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%B6
MD5:
8e503dede603a9389fdda71842328fea
SHA1:
d7501bc7485971e4665d26475a34f6b1c051ee10
Base64:
65W2