Unicode Finder

"洸" U+6D38(CJK UNIFIED IDEOGRAPH-6D38)

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

Programming

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

Web

CSS
\006D38
HtmlDecimal
洸
HtmlHexadecimal
洸
Url
%E6%B4%B8

Code

MD5
8853eb9fd269ce3b0341317d843f80c3
Sha1
1177fa48176daf5d20ae3fc3d9d5f0c3867d5b54
Base64
5rS4

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u6D38';
console.log(char);  // Output: 洸

Java:

char c = '\u6D38';
System.out.println(c);  // Output: 洸

JSON:

{"text": "\u6D38"}  // Value: 洸

Python:

char = '\u6D38'
print(char)  # Output: 洸

Perl:

my $char = "\x{6D38}";
print $char;  # Output: 洸

PHP:

$char = "\x{6D38}";
echo $char;  // Output: 洸

Ruby:

char = "\u{6D38}"
puts char  # Output: 洸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#27960;</p>  <!-- Display: 洸 -->

HTML Hexadecimal:

<p>HTML hex: &#x6D38;</p>  <!-- Display: 洸 -->

URL Encoding:

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

Encodings

MD5:

8853eb9fd269ce3b0341317d843f80c3

SHA1:

1177fa48176daf5d20ae3fc3d9d5f0c3867d5b54

Base64:

5rS4