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