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