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