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