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