C:
char c = '\uB76B';
printf("%c\n", c); // Output: 띫
JavaScript:
const char = '\uB76B';
console.log(char); // Output: 띫
Java:
char c = '\uB76B';
System.out.println(c); // Output: 띫
JSON:
{"text": "\uB76B"} // Value: 띫
Python:
char = '\uB76B'
print(char) # Output: 띫
Perl:
my $char = "\x{B76B}";
print $char; # Output: 띫
PHP:
$char = "\x{B76B}";
echo $char; // Output: 띫
Ruby:
char = "\u{B76B}"
puts char # Output: 띫
Rust:
let c = '\u{B76B}';
println!("{}", c); // Output: 띫
Go:
char := '\uB76B'
fmt.Printf("%c\n", char) // Output: 띫
CSS:
/* CSS content property */
.element::before {
content: "\00B76B"; /* 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%9D%AB
MD5:
53177b8149c45284ac916361b13811b6
SHA1:
bacb59e56599c852a943e9eafc36000e1594e30b
Base64:
652r