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