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