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