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