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