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