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