Unicode Finder

"艴" U+8274(CJK UNIFIED IDEOGRAPH-8274)

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

Programming

C
\u8274
JavaScript
\u8274
Java
\u8274
Json
\u8274
Python
\u8274
Perl
\x{8274}
PHP
\x{8274}
Ruby
\u{8274}
Rust
\u{8274}
Go
\u8274

Web

CSS
\008274
HtmlDecimal
艴
HtmlHexadecimal
艴
Url
%E8%89%B4

Code

MD5
f62566b1f53b04beea5c2d4fd6ff1d71
Sha1
71b6a9f02910303643d505eb8577ffaf607d7efb
Base64
6Im0

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8274';
console.log(char);  // Output: 艴

Java:

char c = '\u8274';
System.out.println(c);  // Output: 艴

JSON:

{"text": "\u8274"}  // Value: 艴

Python:

char = '\u8274'
print(char)  # Output: 艴

Perl:

my $char = "\x{8274}";
print $char;  # Output: 艴

PHP:

$char = "\x{8274}";
echo $char;  // Output: 艴

Ruby:

char = "\u{8274}"
puts char  # Output: 艴

Rust:

let c = '\u{8274}';
println!("{}", c);  // Output: 艴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008274";  /* Display: 艴 */
}

HTML Decimal:

<p>HTML decimal: &#33396;</p>  <!-- Display: 艴 -->

HTML Hexadecimal:

<p>HTML hex: &#x8274;</p>  <!-- Display: 艴 -->

URL Encoding:

// 艴 URL encoding
https://unicodefinder.com/search.php?query=%E8%89%B4

Encodings

MD5:

f62566b1f53b04beea5c2d4fd6ff1d71

SHA1:

71b6a9f02910303643d505eb8577ffaf607d7efb

Base64:

6Im0