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