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