Unicode Finder

"洿" U+6D3F(CJK UNIFIED IDEOGRAPH-6D3F)

洿
U+6D3F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-6D3F

Programming

C
\u6D3F
JavaScript
\u6D3F
Java
\u6D3F
Json
\u6D3F
Python
\u6D3F
Perl
\x{6D3F}
PHP
\x{6D3F}
Ruby
\u{6D3F}
Rust
\u{6D3F}
Go
\u6D3F

Web

CSS
\006D3F
HtmlDecimal
洿
HtmlHexadecimal
洿
Url
%E6%B4%BF

Code

MD5
dcdb2009b44486d0f2634f99c969d9f3
Sha1
3e2f4bb1fcf91e875e12e1d8b8934f37e17acb08
Base64
5rS/

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D3F';
console.log(char);  // Output: 洿

Java:

char c = '\u6D3F';
System.out.println(c);  // Output: 洿

JSON:

{"text": "\u6D3F"}  // Value: 洿

Python:

char = '\u6D3F'
print(char)  # Output: 洿

Perl:

my $char = "\x{6D3F}";
print $char;  # Output: 洿

PHP:

$char = "\x{6D3F}";
echo $char;  // Output: 洿

Ruby:

char = "\u{6D3F}"
puts char  # Output: 洿

Rust:

let c = '\u{6D3F}';
println!("{}", c);  // Output: 洿

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\006D3F";  /* Display: 洿 */
}

HTML Decimal:

<p>HTML decimal: &#27967;</p>  <!-- Display: 洿 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D3F;</p>  <!-- Display: 洿 -->

URL Encoding:

// 洿 URL encoding
https://unicodefinder.com/search.php?query=%E6%B4%BF

Encodings

MD5:

dcdb2009b44486d0f2634f99c969d9f3

SHA1:

3e2f4bb1fcf91e875e12e1d8b8934f37e17acb08

Base64:

5rS/