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