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