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