Unicode Finder

"践" U+8DF5(CJK UNIFIED IDEOGRAPH-8DF5)

U+8DF5
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-8DF5

Programming

C
\u8DF5
JavaScript
\u8DF5
Java
\u8DF5
Json
\u8DF5
Python
\u8DF5
Perl
\x{8DF5}
PHP
\x{8DF5}
Ruby
\u{8DF5}
Rust
\u{8DF5}
Go
\u8DF5

Web

CSS
\008DF5
HtmlDecimal
践
HtmlHexadecimal
践
Url
%E8%B7%B5

Code

MD5
5d0c31bc928916910695273bdc4f3ef2
Sha1
4d47508db26e6dacdd5f7fd0846603cfaf0fb10f
Base64
6Le1

使用示例

Programming Languages

C:

char c = '\u8DF5';
printf("%c\n", c);  // Output: 践

JavaScript:

const char = '\u8DF5';
console.log(char);  // Output: 践

Java:

char c = '\u8DF5';
System.out.println(c);  // Output: 践

JSON:

{"text": "\u8DF5"}  // Value: 践

Python:

char = '\u8DF5'
print(char)  # Output: 践

Perl:

my $char = "\x{8DF5}";
print $char;  # Output: 践

PHP:

$char = "\x{8DF5}";
echo $char;  // Output: 践

Ruby:

char = "\u{8DF5}"
puts char  # Output: 践

Rust:

let c = '\u{8DF5}';
println!("{}", c);  // Output: 践

Go:

char := '\u8DF5'
fmt.Printf("%c\n", char)  // Output: 践

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008DF5";  /* Display: 践 */
}

HTML Decimal:

<p>HTML decimal: &#36341;</p>  <!-- Display: 践 -->

HTML Hexadecimal:

<p>HTML hex: &#x8DF5;</p>  <!-- Display: 践 -->

URL Encoding:

// 践 URL encoding
https://unicodefinder.com/search.php?query=%E8%B7%B5

Encodings

MD5:

5d0c31bc928916910695273bdc4f3ef2

SHA1:

4d47508db26e6dacdd5f7fd0846603cfaf0fb10f

Base64:

6Le1