C:
char c = '\u9029';
printf("%c\n", c); // Output: 逩
JavaScript:
const char = '\u9029';
console.log(char); // Output: 逩
Java:
char c = '\u9029';
System.out.println(c); // Output: 逩
JSON:
{"text": "\u9029"} // Value: 逩
Python:
char = '\u9029'
print(char) # Output: 逩
Perl:
my $char = "\x{9029}";
print $char; # Output: 逩
PHP:
$char = "\x{9029}";
echo $char; // Output: 逩
Ruby:
char = "\u{9029}"
puts char # Output: 逩
Rust:
let c = '\u{9029}';
println!("{}", c); // Output: 逩
Go:
char := '\u9029'
fmt.Printf("%c\n", char) // Output: 逩
CSS:
/* CSS content property */
.element::before {
content: "\009029"; /* 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=%E9%80%A9
MD5:
36e5ce87c879d0a86d1978df5dabdfb8
SHA1:
e35fec90ee80499c59898553463a079017434869
Base64:
6YCp