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