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