C:
char c = '\uB04B';
printf("%c\n", c); // Output: 끋
JavaScript:
const char = '\uB04B';
console.log(char); // Output: 끋
Java:
char c = '\uB04B';
System.out.println(c); // Output: 끋
JSON:
{"text": "\uB04B"} // Value: 끋
Python:
char = '\uB04B'
print(char) # Output: 끋
Perl:
my $char = "\x{B04B}";
print $char; # Output: 끋
PHP:
$char = "\x{B04B}";
echo $char; // Output: 끋
Ruby:
char = "\u{B04B}"
puts char # Output: 끋
Rust:
let c = '\u{B04B}';
println!("{}", c); // Output: 끋
Go:
char := '\uB04B'
fmt.Printf("%c\n", char) // Output: 끋
CSS:
/* CSS content property */
.element::before {
content: "\00B04B"; /* 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%81%8B
MD5:
34316fc4f327cb6d27f65f121a3fa9b8
SHA1:
63e19a3933e20495c95f2ced747972dd8989c961
Base64:
64GL