C:
char c = '\uB07E';
printf("%c\n", c); // Output: 끾
JavaScript:
const char = '\uB07E';
console.log(char); // Output: 끾
Java:
char c = '\uB07E';
System.out.println(c); // Output: 끾
JSON:
{"text": "\uB07E"} // Value: 끾
Python:
char = '\uB07E'
print(char) # Output: 끾
Perl:
my $char = "\x{B07E}";
print $char; # Output: 끾
PHP:
$char = "\x{B07E}";
echo $char; // Output: 끾
Ruby:
char = "\u{B07E}"
puts char # Output: 끾
Rust:
let c = '\u{B07E}';
println!("{}", c); // Output: 끾
Go:
char := '\uB07E'
fmt.Printf("%c\n", char) // Output: 끾
CSS:
/* CSS content property */
.element::before {
content: "\00B07E"; /* 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%81%BE
MD5:
c05eb213736f67aeda434a5e747e5357
SHA1:
46aa6548f23e787a74128915ed0a869c1573a27f
Base64:
64G+