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