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