C:
char c = '\uB752';
printf("%c\n", c); // Output: 띒
JavaScript:
const char = '\uB752';
console.log(char); // Output: 띒
Java:
char c = '\uB752';
System.out.println(c); // Output: 띒
JSON:
{"text": "\uB752"} // Value: 띒
Python:
char = '\uB752'
print(char) # Output: 띒
Perl:
my $char = "\x{B752}";
print $char; # Output: 띒
PHP:
$char = "\x{B752}";
echo $char; // Output: 띒
Ruby:
char = "\u{B752}"
puts char # Output: 띒
Rust:
let c = '\u{B752}';
println!("{}", c); // Output: 띒
Go:
char := '\uB752'
fmt.Printf("%c\n", char) // Output: 띒
CSS:
/* CSS content property */
.element::before {
content: "\00B752"; /* 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%9D%92
MD5:
66068ce7777e2b81a0ac73a085e6dace
SHA1:
03385239e269331b4585e2cbc30c6eab80c6c1a4
Base64:
652S