C:
char c = '\uB5ED';
printf("%c\n", c); // Output: 뗭
JavaScript:
const char = '\uB5ED';
console.log(char); // Output: 뗭
Java:
char c = '\uB5ED';
System.out.println(c); // Output: 뗭
JSON:
{"text": "\uB5ED"} // Value: 뗭
Python:
char = '\uB5ED'
print(char) # Output: 뗭
Perl:
my $char = "\x{B5ED}";
print $char; # Output: 뗭
PHP:
$char = "\x{B5ED}";
echo $char; // Output: 뗭
Ruby:
char = "\u{B5ED}"
puts char # Output: 뗭
Rust:
let c = '\u{B5ED}';
println!("{}", c); // Output: 뗭
Go:
char := '\uB5ED'
fmt.Printf("%c\n", char) // Output: 뗭
CSS:
/* CSS content property */
.element::before {
content: "\00B5ED"; /* 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%97%AD
MD5:
d7d8cdaa0ae91a8e15167779624aff68
SHA1:
9853d6bcb67a77bc7c227f0c65f682f48c6bdaf7
Base64:
65et