C:
char c = '\u6834';
printf("%c\n", c); // Output: 栴
JavaScript:
const char = '\u6834';
console.log(char); // Output: 栴
Java:
char c = '\u6834';
System.out.println(c); // Output: 栴
JSON:
{"text": "\u6834"} // Value: 栴
Python:
char = '\u6834'
print(char) # Output: 栴
Perl:
my $char = "\x{6834}";
print $char; # Output: 栴
PHP:
$char = "\x{6834}";
echo $char; // Output: 栴
Ruby:
char = "\u{6834}"
puts char # Output: 栴
Rust:
let c = '\u{6834}';
println!("{}", c); // Output: 栴
Go:
char := '\u6834'
fmt.Printf("%c\n", char) // Output: 栴
CSS:
/* CSS content property */
.element::before {
content: "\006834"; /* 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=%E6%A0%B4
MD5:
0d676f4afe5894b2b60fb0950931970e
SHA1:
2b331a0c4af17e021c266f81380e5ab8d0e3444a
Base64:
5qC0