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