C:
char c = '\uBC7C';
printf("%c\n", c); // Output: 뱼
JavaScript:
const char = '\uBC7C';
console.log(char); // Output: 뱼
Java:
char c = '\uBC7C';
System.out.println(c); // Output: 뱼
JSON:
{"text": "\uBC7C"} // Value: 뱼
Python:
char = '\uBC7C'
print(char) # Output: 뱼
Perl:
my $char = "\x{BC7C}";
print $char; # Output: 뱼
PHP:
$char = "\x{BC7C}";
echo $char; // Output: 뱼
Ruby:
char = "\u{BC7C}"
puts char # Output: 뱼
Rust:
let c = '\u{BC7C}';
println!("{}", c); // Output: 뱼
Go:
char := '\uBC7C'
fmt.Printf("%c\n", char) // Output: 뱼
CSS:
/* CSS content property */
.element::before {
content: "\00BC7C"; /* 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%B1%BC
MD5:
dd2386deba26f88ffbb4374f0f5e3491
SHA1:
b9652cc2e1b20dfc29ca35358e12d42a8ff568e4
Base64:
67G8