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